From d2a9c07bd45ab0c97b49364faf80588ff5558f8f Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 29 Dec 2005 00:31:45 +0000 Subject: 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 --- src/commands.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index b3b9d41ac..599ccdb80 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -63,7 +63,6 @@ using namespace std; #include "typedefs.h" #include "command_parse.h" -extern SocketEngine* SE; extern ServerConfig* Config; extern InspIRCd* ServerInstance; -- cgit v1.2.3