diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-29 00:31:45 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-29 00:31:45 +0000 |
commit | d2a9c07bd45ab0c97b49364faf80588ff5558f8f (patch) | |
tree | c796b8250999d408a4b30b21281d7da5baaf8be1 /src/command_parse.cpp | |
parent | 0bf908e49c957ce35ac194a0c9b739f22d76182e (diff) |
Fixed an extremely n00bish mistake involving referencing a global copy of ServerEngine when we now use one local to class InspIRCd
(everyone point and laugh at Brain)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2692 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r-- | src/command_parse.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 02db6258f..cd1faa885 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -78,8 +78,6 @@ extern int MODCOUNT; extern InspSocket* socket_ref[65535]; extern time_t TIME; -extern SocketEngine* SE; - // This table references users by file descriptor. // its an array to make it VERY fast, as all lookups are referenced // by an integer, meaning there is no need for a scan/search operation. |