From 39e8e56c68c9418cf4c581efff0bab550209145d Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 8 Apr 2015 15:07:15 +0200 Subject: socket: Remove unused constant Signed-off-by: Tobias Klauser --- socket.c | 1 - 1 file changed, 1 deletion(-) (limited to 'socket.c') 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) { -- cgit v1.2.3-54-g00ecf f='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-28greybus: es2: fix arpc active-list corruptionJohan Hovold1-1/+1
2016-07-28greybus: es2: fix arpc error messageJohan Hovold1-2/+2
2016-07-28greybus: es2: fix arpc response-allocation error handlingJohan Hovold1-1/+1
2016-07-28greybus: replace Ara referencesJohan Hovold