Remove long obsolete comment.
This commit is contained in:
parent
c5c2f506c1
commit
7a8dcc086d
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue