diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-11 23:45:14 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-11 23:45:14 +0000 |
commit | 138f71ed13644d165293f6b59af3c55a53aeca97 (patch) | |
tree | 82c61a302751a654f7c382e6068e7db2331ad321 /src/inspsocket.cpp | |
parent | b7b0f5404757b0de080d71b92a4b45388276e450 (diff) |
Remove some duplication, everything calls the SE equivilant anyway.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10525 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r-- | src/inspsocket.cpp | 5 |
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 |