summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndrey Bienkowski <hexagon-recursion@posteo.net>2021-11-28 17:32:34 +0300
committerAndrey Bienkowski <hexagon-recursion@posteo.net>2021-11-28 17:32:34 +0300
commita605dff15e30372669a09bf1d187bcaf08cdf647 (patch)
tree6b66f97d76356bfad87d2d6d3d093cee392435ff /scripts
parent9dfdd9f06a29298907704130347d4da0bdae9c8a (diff)
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().
Diffstat (limited to 'scripts')
-rw-r--r--scripts/shell_completions/zsh/_borg4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/shell_completions/zsh/_borg b/scripts/shell_completions/zsh/_borg
index f47fe489e..7abc5e3b8 100644
--- a/scripts/shell_completions/zsh/_borg
+++ b/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