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

Commit ceec4d23 authored by Amit Pundir's avatar Amit Pundir
Browse files

net: sysctl_net_core: delete unused variable



Variable "one" is not used anymore it seem and I run into:

	net/core/sysctl_net_core.c:26:12: warning: 'one' defined but not used [-Wunused-variable]
 	 static int one = 1;

Signed-off-by: default avatarAmit Pundir <amit.pundir@linaro.org>
parent d3130926
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
#include <net/pkt_sched.h>

static int zero = 0;
static int one = 1;
static int ushort_max = USHRT_MAX;
static int min_sndbuf = SOCK_MIN_SNDBUF;
static int min_rcvbuf = SOCK_MIN_RCVBUF;