diff options
Diffstat (limited to 'src')
-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(); } } |