Browse Source

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 3 years ago
parent
commit
a605dff15e
1 changed files with 0 additions and 4 deletions
  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