From: Stephen Hemminger Date: Thu, 10 Aug 2006 03:50:00 +0000 (-0700) Subject: [NET]: drop unused elements from net_proto_family X-Git-Tag: v2.6.19-rc1~1272^2~292 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=757dbb494be3309fe41ce4c62f8057d8b41d8897;p=~emulex%2Finfiniband.git [NET]: drop unused elements from net_proto_family Three values in net_proto_family are defined but never used. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- diff --git a/include/linux/net.h b/include/linux/net.h index 19da2c08d7b..1bd76327ee2 100644 --- a/include/linux/net.h +++ b/include/linux/net.h @@ -169,11 +169,6 @@ struct proto_ops { struct net_proto_family { int family; int (*create)(struct socket *sock, int protocol); - /* These are counters for the number of different methods of - each we support */ - short authentication; - short encryption; - short encrypt_net; struct module *owner; };