From bfca00707eee5325c5f9ba218d328f543de4c88d Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 14 Dec 2006 21:30:21 +0000 Subject: Remove commented out FlushWriteBuf() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5992 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/userprocess.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/userprocess.cpp b/src/userprocess.cpp index 6389d996e..acfe793e5 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -326,12 +326,6 @@ void InspIRCd::DoBackgroundUserStuff(time_t TIME) if ((curr->registered == REG_ALL) && (next_call > curr->nping)) next_call = curr->nping; } - - /* - * We can flush the write buffer as the last thing we do, because if they - * match any of the above conditions its no use flushing their buffer anyway. - */ - //curr->FlushWriteBuf(); } } -- cgit v1.2.3