Removed dead code.

This commit is contained in:
vraatikka 2013-09-08 23:32:13 +03:00
parent e40aace963
commit d535346987

View File

@ -254,29 +254,6 @@ poll_waitevents(void *arg)
"%lu [poll_waitevents] event %d",
pthread_self(),
ev);
#if 0
if (DCB_ISZOMBIE(dcb))
{
skygw_log_write(
LOGFILE_TRACE,
"%lu [poll_waitevents] dcb is "
"zombie",
pthread_self());
continue;
}
if (dcb->state == DCB_STATE_DISCONNECTED ||
dcb->state == DCB_STATE_PROCESSING)
{
skygw_log_write(
LOGFILE_TRACE,
"%lu [poll_waitevents] dcb state is "
"%s",
pthread_self(),
STRDCBSTATE(dcb->state));
continue;
}
#endif
if (ev & EPOLLERR)
{