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/inspircd.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 993348aff..6f1889bbf 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -80,8 +80,6 @@ extern InspSocket* socket_ref[65535]; time_t TIME = time(NULL), OLDTIME = time(NULL); -SocketEngine* SE = NULL; - // 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. -- cgit v1.3.1-10-gc9f91