Explorar o código

Remove BORG_LIBC completion

BORG_LIBC was added in a4f7e69 to allow borg to work on systems where 
ctypes.util,find_library() fails. Since 9914968 borg no longer uses 
find_library().
Andrey Bienkowski %!s(int64=3) %!d(string=hai) anos
pai
achega
a605dff15e
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      scripts/shell_completions/zsh/_borg

+ 0 - 4
scripts/shell_completions/zsh/_borg

@@ -794,10 +794,6 @@ _borg_parameters() {
     _description values expl 'value'
     compadd "$expl[@]" YES NO && ret=0
     ;;
-  (LIBC)
-    _wanted libraries expl 'library' \
-      compadd - ${^=LD_LIBRARY_PATH:-/usr/lib /usr/local/lib}/lib*.(a|so*)(:t:fr:s/lib//) && ret=0
-    ;;
   (SELFTEST)
     _description values expl 'value'
     compadd "$expl[@]" disabled && ret=0