From a605dff15e30372669a09bf1d187bcaf08cdf647 Mon Sep 17 00:00:00 2001 From: Andrey Bienkowski Date: Sun, 28 Nov 2021 17:32:34 +0300 Subject: [PATCH] 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(). --- scripts/shell_completions/zsh/_borg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/shell_completions/zsh/_borg b/scripts/shell_completions/zsh/_borg index f47fe489..7abc5e3b 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