Remove long obsolete comment.

This commit is contained in:
Jilles Tjoelker 2007-12-28 23:23:15 +01:00
parent de0572442e
commit 06e080f3e8
1 changed files with 0 additions and 4 deletions

View File

@ -304,10 +304,6 @@ check_pings_list(dlink_list * list)
{
client_p = ptr->data;
/*
** Note: No need to notify opers here. It's
** already done when "FLAGS_DEADSOCKET" is set.
*/
if(!MyConnect(client_p) || IsDead(client_p))
continue;