Browse Source

remove unused libc_name

this was a remainder from 1.1-maint, but is not used any more.
Thomas Waldmann 3 years ago
parent
commit
9832559f30
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/borg/xattr.py

+ 0 - 1
src/borg/xattr.py

@@ -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