remote useless break statement

pull/2/head
yuqing 2014-08-10 12:49:05 +08:00
parent e211604368
commit 1b80270f90
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ int tcpsenddata(int sock, void* data, const int size, const int timeout)
if (pollfds.revents & POLLHUP)
{
return ENOTCONN;
break;
}
#endif