fix deadcode issues

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas
2021-07-12 18:57:37 -04:00
parent b74fe232e3
commit 26cc8e40a8
8 changed files with 2 additions and 65 deletions

View File

@@ -631,7 +631,6 @@ const (
opFlushChain operation = "-F"
opDeleteChain operation = "-X"
opListChain operation = "-S"
opAppendRule operation = "-A"
opCheckRule operation = "-C"
opDeleteRule operation = "-D"
)