From baf3a16dbb93fd67759a7939c47807716bbfc71f Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Tue, 7 Aug 2012 14:22:35 +0200 Subject: [PATCH] snep: Remove unreachable code in snep_read --- plugins/snep.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/snep.c b/plugins/snep.c index c5d5d00..488b765 100644 --- a/plugins/snep.c +++ b/plugins/snep.c @@ -267,7 +267,6 @@ static near_bool_t snep_read(int client_fd, return FALSE; case SNEP_REQ_PUT: return snep_read_ndef(client_fd, snep_data); - break; } return FALSE; -- 2.7.4