From b274c169014e71715f9333ee028c5a9304881919 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 16 Oct 2018 20:56:57 +0200 Subject: src: remove opts field from struct xt_stmt This is never used, ie. always NULL. Reported-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso Acked-by: Phil Sutter --- include/statement.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/statement.h b/include/statement.h index 48ba6673..44240550 100644 --- a/include/statement.h +++ b/include/statement.h @@ -237,7 +237,6 @@ struct xt_stmt { struct xtables_match *match; struct xtables_target *target; }; - const char *opts; void *entry; }; -- cgit v1.2.3