aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-07-12 19:34:27 +0000
committerGravatar brain2006-07-12 19:34:27 +0000
commit90c8377bc84048e2cbc732c0a7ea056f61931f03 (patch)
treedfb0c57a6c2fba586c7f6b530df865b4a7ddc86a /src/inspircd.cpp
parentMirroring test (diff)
downloadinspircd++-90c8377bc84048e2cbc732c0a7ea056f61931f03.tar.gz
inspircd++-90c8377bc84048e2cbc732c0a7ea056f61931f03.tar.bz2
inspircd++-90c8377bc84048e2cbc732c0a7ea056f61931f03.zip
Test
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4374 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 3d07ad471..dee58d804 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -90,7 +90,6 @@ time_t TIME = time(NULL), OLDTIME = time(NULL);
// 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.
userrec* fd_ref_table[MAX_DESCRIPTORS];
-
Server* MyServer = new Server;
ServerConfig *Config = new ServerConfig;
user_hash clientlist;