This is a leftover from previous cleanup. Fixes: 098ee2e91756c ("xtables-save: Ignore uninteresting tables") Signed-off-by: Phil Sutter <phil@xxxxxx> --- iptables/nft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptables/nft.c b/iptables/nft.c index c67718c882a64..032c3788a20a7 100644 --- a/iptables/nft.c +++ b/iptables/nft.c @@ -3193,7 +3193,7 @@ bool nft_is_table_compatible(struct nft_handle *h, const char *tablename) struct nftnl_rule_list *list; struct nftnl_rule_list_iter *iter; struct nftnl_rule *rule; - int ret = 0, i; + int ret = 0; if (!nft_table_builtin_find(h, tablename)) return false; -- 2.18.0