diff options
author | William Giokas <1007380@gmail.com> | 2013-07-29 14:13:57 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-02 10:44:07 -0400 |
commit | c51fa9dd4e3dc5d8b1c38a43ef01e6ac19b99085 (patch) | |
tree | 094ea1ef15e77b8d0e31b0f4651cdf993ebd4b02 /shell-completion/zsh | |
parent | 439b7ce868810427712ca146b94b7fb004abfbb4 (diff) |
zsh_completion: Remove unused functions
Diffstat (limited to 'shell-completion/zsh')
-rw-r--r-- | shell-completion/zsh/_systemd | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/shell-completion/zsh/_systemd b/shell-completion/zsh/_systemd index 8eced095dc..1addfa5878 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 |