From b7b0f5404757b0de080d71b92a4b45388276e450 Mon Sep 17 00:00:00 2001 From: w00t Date: Thu, 11 Sep 2008 23:45:09 +0000 Subject: Remove useless parameter. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10524 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspsocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/inspsocket.h') diff --git a/include/inspsocket.h b/include/inspsocket.h index 9b24c2e85..a82f8bb82 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -157,7 +157,7 @@ class CoreExport BufferedSocket : public EventHandler * more information without application-level queueing * which was required in older software. */ - void SetQueues(int nfd); + void SetQueues(); /** When the socket has been marked as closing, this flag * will be set to true, then the next time the socket is -- cgit v1.2.3