diff options
author | Florian Westphal <fw@strlen.de> | 2016-05-13 16:48:51 -0400 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2016-05-25 05:54:14 -0400 |
commit | 720b287d8382616a29524dd98264ac1e3a069e9f (patch) | |
tree | 64f9903c265861b30e2c7b18da457f83b434cdd2 /net | |
parent | a7f1884554b81bd68cd435d72f09a3527629ac43 (diff) |
netfilter: conntrack: remove leftover binary sysctl define
Users got removed in f8572d8f2a2ba ("sysctl net: Remove unused binary
sysctl code").
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/nf_conntrack_standalone.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/netfilter/nf_conntrack_standalone.c b/net/netfilter/nf_conntrack_standalone.c index 0f1a45bcacb2..2933db30098a 100644 --- a/net/netfilter/nf_conntrack_standalone.c +++ b/net/netfilter/nf_conntrack_standalone.c | |||
@@ -489,8 +489,6 @@ static struct ctl_table nf_ct_sysctl_table[] = { | |||
489 | { } | 489 | { } |
490 | }; | 490 | }; |
491 | 491 | ||
492 | #define NET_NF_CONNTRACK_MAX 2089 | ||
493 | |||
494 | static struct ctl_table nf_ct_netfilter_table[] = { | 492 | static struct ctl_table nf_ct_netfilter_table[] = { |
495 | { | 493 | { |
496 | .procname = "nf_conntrack_max", | 494 | .procname = "nf_conntrack_max", |