0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-07 02:58:39 +02:00

Remove long obsolete comment.

This commit is contained in:
Jilles Tjoelker 2007-12-28 23:23:15 +01:00
parent c5c2f506c1
commit 7a8dcc086d

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;