diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-14 21:30:21 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-14 21:30:21 +0000 |
commit | bfca00707eee5325c5f9ba218d328f543de4c88d (patch) | |
tree | a0c05be8b6add6941da07aabde528c1e1f8b9af1 /src/userprocess.cpp | |
parent | 29d6347953508d2f67c10440e3f548d281d1b515 (diff) |
Remove commented out FlushWriteBuf()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5992 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/userprocess.cpp')
-rw-r--r-- | src/userprocess.cpp | 6 |
1 files changed, 0 insertions, 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(); } } |