[systemd-devel] [PATCH 14/16] shell-comp: Remove unused functions

William Giokas 1007380 at gmail.com
Tue Jul 30 21:22:52 PDT 2013


---
 shell-completion/zsh/_systemd | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/shell-completion/zsh/_systemd b/shell-completion/zsh/_systemd
index 8eced09..1addfa5 100644
--- a/shell-completion/zsh/_systemd
+++ b/shell-completion/zsh/_systemd
@@ -102,19 +102,6 @@ _ctls()
     esac
 }
 
-_hosts_or_user_at_host()
-{
-  _alternative \
-    'users-hosts:: _user_at_host' \
-    'hosts:: _hosts'
-}
-
-_outputmodes() {
-    local -a _output_opts
-    _output_opts=(short short-monotonic verbose export json json-pretty json-see cat)
-    _describe -t output 'output mode' _output_opts || compadd "$@"
-}
-
 _ctls "$@"
 
 #vim: set ft=zsh sw=4 ts=4 et
-- 
1.8.4.rc0.352.g531e8cb



More information about the systemd-devel mailing list