]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
netfilter: remove redundant assignment to e
authorColin Ian King <colin.king@canonical.com>
Tue, 7 Nov 2017 10:08:01 +0000 (10:08 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 20 Nov 2017 11:03:41 +0000 (12:03 +0100)
commit07dc8bc9a6b15f54d3ad962af74a096c7d7b42b4
tree97e99991b6cbe6f25e074d82dfda39abd8a428ba
parent32a72bbd5da2411eab591bf9bc2e39349106193a
netfilter: remove redundant assignment to e

The assignment to variable e is redundant since the same assignment
occurs just a few lines later, hence it can be removed.  Cleans up
clang warning for arp_tables, ip_tables and ip6_tables:

warning: Value stored to 'e' is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv4/netfilter/arp_tables.c
net/ipv4/netfilter/ip_tables.c
net/ipv6/netfilter/ip6_tables.c