netfilter: conntrack: Remove unused variable declaration
commit e97c3e278e
("tproxy: split off ipv6 defragmentation to a separate
module") left behind this.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
c2168e6bd7
commit
d4a96be654
|
@ -4,7 +4,4 @@
|
|||
|
||||
extern const struct nf_conntrack_l4proto nf_conntrack_l4proto_icmpv6;
|
||||
|
||||
#include <linux/sysctl.h>
|
||||
extern struct ctl_table nf_ct_ipv6_sysctl_table[];
|
||||
|
||||
#endif /* _NF_CONNTRACK_IPV6_H*/
|
||||
|
|
Loading…
Reference in New Issue