]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspsocket.h
Remove a totally redundant method (this is already available via inheritance from...
[user/henk/code/inspircd.git] / include / inspsocket.h
index f0f0e1484d833a12764cdae769a6ff9654584b19..f61bf133dc15de957cfe63bd7fa04802a21c5c65 100644 (file)
@@ -335,13 +335,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