summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/userprocess.cpp')
-rw-r--r--src/userprocess.cpp6
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();
}
}