summaryrefslogtreecommitdiff
path: root/src/inspsocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r--src/inspsocket.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp
index 2d967d5e6..98ac892a0 100644
--- a/src/inspsocket.cpp
+++ b/src/inspsocket.cpp
@@ -91,11 +91,6 @@ BufferedSocket::BufferedSocket(InspIRCd* SI, const std::string &ipaddr, int apor
}
}
-void BufferedSocket::WantWrite()
-{
- this->Instance->SE->WantWrite(this);
-}
-
void BufferedSocket::SetQueues()
{
// attempt to increase socket sendq and recvq as high as its possible