diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-11 23:45:09 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-11 23:45:09 +0000 |
commit | b7b0f5404757b0de080d71b92a4b45388276e450 (patch) | |
tree | a4a299f53ef4517d9c025cbe5f5e64dcba68ad34 /include/inspsocket.h | |
parent | 6c9c92581197e5e4843473f7aa6ae41f912cab11 (diff) |
Remove useless parameter.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10524 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspsocket.h')
-rw-r--r-- | include/inspsocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |