summaryrefslogtreecommitdiff
path: root/src/inspsocket.cpp
diff options
context:
space:
mode:
authorGravatar w00t2008-09-09 14:27:04 +0000
committerGravatar w00t2008-09-09 14:27:04 +0000
commit531fb6fed282b6d32d94d1e99ffdd1599dde2713 (patch)
treea91e54ec32c094ddece65e1aaed296d09c6999ce /src/inspsocket.cpp
parentRemember to free some stuff when failing in the ctor (diff)
Remove a totally redundant method (this is already available via inheritance from EventHandler)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10490 e03df62e-2008-0410-955e-edbf42e46eb7
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 d4f6c9c17..0c3f3ea17 100644
--- a/src/inspsocket.cpp
+++ b/src/inspsocket.cpp
@@ -591,11 +591,6 @@ BufferedSocketState BufferedSocket::GetState()
return this->state;
}
-int BufferedSocket::GetFd()
-{
- return this->fd;
-}
-
bool BufferedSocket::OnConnected() { return true; }
void BufferedSocket::OnError(BufferedSocketError) { return; }
int BufferedSocket::OnDisconnect() { return 0; }