summaryrefslogtreecommitdiff
path: root/src/socket.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-08-11 01:39:21 +0000
committerGravatar brain2006-08-11 01:39:21 +0000
commit846fcfe452300efa283a36b7d5b900f67446f6ce (patch)
treea515aef6b253c46771b55d206baa392c1622e947 /src/socket.cpp
parentConfigReader and FileReader now take InspIRCd* to their constructors (diff)
commands.cpp:extern InspIRCd* ServerInstance;
helperfuncs.cpp: extern InspIRCd* ServerInstance; xline.cpp:extern InspIRCd* ServerInstance; The last 3 extern's in the entire program! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4866 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/socket.cpp')
-rw-r--r--src/socket.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp
index 4de038ef1..2e54da2ce 100644
--- a/src/socket.cpp
+++ b/src/socket.cpp
@@ -23,7 +23,6 @@
#include "socketengine.h"
#include "wildcard.h"
-extern InspIRCd* ServerInstance;
extern time_t TIME;
using namespace std;