Remove craq

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8592 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2007-11-12 00:36:58 +00:00
parent c68ed91549
commit 44ff49b0b1

View File

@ -121,8 +121,6 @@ int EPollEngine::DispatchEvents()
int errcode;
int i = epoll_wait(EngineHandle, events, MAX_DESCRIPTORS, 1000);
ServerInstance->Log(DEBUG,"Events: %d %d", i, CurrentSetSize);
for (int j = 0; j < i; j++)
{
if (events[j].events & EPOLLHUP)