summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2026-06-14 22:37:11 +0200
committerOliver Kiddle <opk@zsh.org>2026-06-14 22:37:11 +0200
commit1fe3c019b1d036c3a10a14ae61f0cc95b6ee244f (patch)
tree8da83f40bcf1b0c461a9cba06e5ce3f8c6450192 /Completion/Unix/Command
parentunposted: use _tilde_files in cdrecord completion (diff)
downloadzsh-1fe3c019b1d036c3a10a14ae61f0cc95b6ee244f.tar
zsh-1fe3c019b1d036c3a10a14ae61f0cc95b6ee244f.tar.gz
zsh-1fe3c019b1d036c3a10a14ae61f0cc95b6ee244f.tar.bz2
zsh-1fe3c019b1d036c3a10a14ae61f0cc95b6ee244f.tar.lz
zsh-1fe3c019b1d036c3a10a14ae61f0cc95b6ee244f.tar.xz
zsh-1fe3c019b1d036c3a10a14ae61f0cc95b6ee244f.tar.zst
zsh-1fe3c019b1d036c3a10a14ae61f0cc95b6ee244f.zip
unposted: remove dead code
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_tcpdump3
1 files changed, 0 insertions, 3 deletions
diff --git a/Completion/Unix/Command/_tcpdump b/Completion/Unix/Command/_tcpdump
index 7047b2d34..25605875f 100644
--- a/Completion/Unix/Command/_tcpdump
+++ b/Completion/Unix/Command/_tcpdump
@@ -94,9 +94,6 @@ _data_link_types () {
fi
}
-_bpf_filter () {
-}
-
args=(
'-A[print each packet in ASCII]'
'-c+[exit after receiving specified number of packets]:number of packets'