Commit 27147c9e6e8316af91dea487aa2c14b18dcff4cf

Authored by Denis V. Lunev
Committed by David S. Miller
1 parent 7f4e4868f3

[AF_UNIX]: Remove unused declaration of sysctl_unix_max_dgram_qlen.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

include/net/af_unix.h
... ... @@ -59,7 +59,6 @@
59 59 #define unix_sk(__sk) ((struct unix_sock *)__sk)
60 60  
61 61 #ifdef CONFIG_SYSCTL
62   -extern int sysctl_unix_max_dgram_qlen;
63 62 extern int unix_sysctl_register(struct net *net);
64 63 extern void unix_sysctl_unregister(struct net *net);
65 64 #else