From 531fb6fed282b6d32d94d1e99ffdd1599dde2713 Mon Sep 17 00:00:00 2001 From: w00t Date: Tue, 9 Sep 2008 14:27:04 +0000 Subject: 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 --- include/inspsocket.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') 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 -- cgit v1.2.3