summaryrefslogtreecommitdiff
path: root/include/inspsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspsocket.h')
-rw-r--r--include/inspsocket.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h
index f0f0e1484..f61bf133d 100644
--- a/include/inspsocket.h
+++ b/include/inspsocket.h
@@ -336,13 +336,6 @@ class CoreExport BufferedSocket : public EventHandler
bool Poll();
/**
- * This method returns the socket's file descriptor
- * as assigned by the operating system, or -1
- * if no descriptor has been assigned.
- */
- int GetFd();
-
- /**
* This method causes the socket to close, and may
* also be triggered by other methods such as OnTimeout
* and OnError.