summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-04-08 15:07:15 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-04-08 15:07:15 +0200
commit39e8e56c68c9418cf4c581efff0bab550209145d (patch)
treef443ad3efaee92acc6d7fc388a2a4a0bdfc640f3
parent772e430d840a6479da87d4cd701d42695476c52e (diff)
socket: Remove unused constant
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r--socket.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/socket.c b/socket.c
index 6e9b035..0b0be78 100644
--- a/socket.c
+++ b/socket.c
@@ -34,7 +34,6 @@
#include "socket.h"
static const int YES = 1;
-static const int NO = 0;
int socket_open_ipv4(uint16_t port)
{