Skip to content

Commit 589de05

Browse files
committed
removed comments from code
1 parent 08f24cb commit 589de05

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Net/src/SocketImpl.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ int SocketImpl::available()
347347

348348
bool SocketImpl::poll(const Poco::Timespan& timeout, int mode)
349349
{
350-
// Marian Krivos - 28.05.2009
351-
// crash fix: SIGSEGV on linux when _sockfd == -1
352350
poco_assert (_sockfd != POCO_INVALID_SOCKET);
353351

354352
#if defined(POCO_HAVE_FD_POLL)

0 commit comments

Comments
 (0)