X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Finspsocket.h;h=f61bf133dc15de957cfe63bd7fa04802a21c5c65;hb=531fb6fed282b6d32d94d1e99ffdd1599dde2713;hp=f0f0e1484d833a12764cdae769a6ff9654584b19;hpb=014502d9513517841389a59ae98ac0c705d158b5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/inspsocket.h b/include/inspsocket.h index f0f0e1484..f61bf133d 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -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