Browse Source

Merge pull request #5883 from ThomasWaldmann/remove-libc-name-remainders-master

remove unused libc_name
TW 3 years ago
parent
commit
155d58d297
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