diff options
| author | 2006-08-11 01:39:21 +0000 | |
|---|---|---|
| committer | 2006-08-11 01:39:21 +0000 | |
| commit | 846fcfe452300efa283a36b7d5b900f67446f6ce (patch) | |
| tree | a515aef6b253c46771b55d206baa392c1622e947 /src/socket.cpp | |
| parent | ConfigReader 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.cpp | 1 |
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; |
