netfilter: nf_conntrack: remove dead code
authorstephen hemminger <stephen@networkplumber.org>
Tue, 31 Dec 2013 01:16:08 +0000 (17:16 -0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 3 Jan 2014 22:41:37 +0000 (23:41 +0100)
The following code is not used in current upstream code.
Some of this seems to be old hooks, other might be used by some
out of tree module (which I don't care about breaking), and
the need_ipv4_conntrack was used by old NAT code but no longer
called.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

No differences found