Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27147c9e authored by Denis V. Lunev's avatar Denis V. Lunev Committed by David S. Miller
Browse files

[AF_UNIX]: Remove unused declaration of sysctl_unix_max_dgram_qlen.

parent 7f4e4868
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@ struct unix_sock {
#define unix_sk(__sk) ((struct unix_sock *)__sk)

#ifdef CONFIG_SYSCTL
extern int sysctl_unix_max_dgram_qlen;
extern int unix_sysctl_register(struct net *net);
extern void unix_sysctl_unregister(struct net *net);
#else