xfrm6: Remove commented out function call to xfrm6_input_fini
authorSteffen Klassert <steffen.klassert@secunet.com>
Fri, 16 Nov 2012 07:07:56 +0000 (08:07 +0100)
committerSteffen Klassert <steffen.klassert@secunet.com>
Fri, 16 Nov 2012 07:07:56 +0000 (08:07 +0100)
xfrm6_input_fini() is not in the tree since more than 10 years,
so remove the commented out function call.

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/ipv6/xfrm6_policy.c

index 6ce4a4fd3b30b8b56599573c0f605151cb1c5bb3..c9844135c9caea041bd9a680e39da7bba4cf0997 100644 (file)
@@ -356,7 +356,6 @@ void xfrm6_fini(void)
        if (sysctl_hdr)
                unregister_net_sysctl_table(sysctl_hdr);
 #endif
-       //xfrm6_input_fini();
        xfrm6_policy_fini();
        xfrm6_state_fini();
        dst_entries_destroy(&xfrm6_dst_ops);