From 1b80270f90d262463ac688116530d7e908dca7a9 Mon Sep 17 00:00:00 2001 From: yuqing Date: Sun, 10 Aug 2014 12:49:05 +0800 Subject: [PATCH] remote useless break statement --- src/sockopt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sockopt.c b/src/sockopt.c index 3f4aece..a2bee3f 100644 --- a/src/sockopt.c +++ b/src/sockopt.c @@ -239,7 +239,6 @@ int tcpsenddata(int sock, void* data, const int size, const int timeout) if (pollfds.revents & POLLHUP) { return ENOTCONN; - break; } #endif