From: Michal Nazarewicz Date: Wed, 1 Jan 2014 05:27:19 +0000 (+0100) Subject: netfilter: nf_tables: remove unused variable in nf_tables_dump_set() X-Git-Tag: v3.14-rc1~94^2~278^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=720e0dfa3a86de3482d82fc1d37090eba1c460eb;p=pandora-kernel.git netfilter: nf_tables: remove unused variable in nf_tables_dump_set() The nfmsg variable is not used (except in sizeof operator which does not care about its value) between the first and second time it is assigned the value. Furthermore, nlmsg_data has no side effects, so the assignment can be safely removed. Signed-off-by: Michal Nazarewicz Cc: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed