commit | 1974d2453fa7bfea5574d09332df3cc7fb0d909a | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Wed Aug 01 10:14:00 2018 +0800 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Aug 03 18:50:35 2018 +0200 |
tree | e381a1b73e2176158b825685f9c2ca2fd72619d0 | |
parent | 9e619d87b277bbcc4e0b64cc5963520c1cd99f18 [diff] |
netfilter: nf_tables: remove unused variable Variable 'ext' is being assigned but are never used hence they are unused and can be removed. Cleans up clang warnings: net/netfilter/nf_tables_api.c:4032:28: warning: variable ‘ext’ set but not used [-Wunused-but-set-variable] Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>