浏览代码

remove unused libc_name

this was a remainder from 1.1-maint, but is not used any more.
Thomas Waldmann 4 年之前
父节点
当前提交
9832559f30
共有 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