diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-04-08 15:07:15 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-04-08 15:07:15 +0200 |
commit | 39e8e56c68c9418cf4c581efff0bab550209145d (patch) | |
tree | f443ad3efaee92acc6d7fc388a2a4a0bdfc640f3 | |
parent | 772e430d840a6479da87d4cd701d42695476c52e (diff) |
socket: Remove unused constant
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r-- | socket.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -34,7 +34,6 @@ #include "socket.h" static const int YES = 1; -static const int NO = 0; int socket_open_ipv4(uint16_t port) { |