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