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

Commit 21be4d75 authored by Matt Wagantall's avatar Matt Wagantall
Browse files

net: sysctl_net_core: resolve "warning: 'one' defined but not used"



Remove the unused variable.

Change-Id: I6dcd8b2d171e52ac4f75d0202e4cde79f9de4f03
Signed-off-by: default avatarMatt Wagantall <mattw@codeaurora.org>
parent be09c745
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;