remove unused libc_name

this was a remainder from 1.1-maint, but is not used any more.
This commit is contained in:
Thomas Waldmann 2021-07-03 22:49:18 +02:00
parent a35c7add95
commit 9832559f30

View file

@ -34,7 +34,6 @@ if sys.platform.startswith('linux'):
# 1.20.2 has been confirmed to have xattr support
# 1.18.2 has been confirmed not to have xattr support
# Versions in-between are unknown
libc_name = preload
XATTR_FAKEROOT = True
break