浏览代码

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

remove unused libc_name
TW 3 年之前
父节点
当前提交
155d58d297
共有 1 个文件被更改,包括 0 次插入1 次删除
  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