summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-12 19:34:27 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-12 19:34:27 +0000
commit90c8377bc84048e2cbc732c0a7ea056f61931f03 (patch)
treedfb0c57a6c2fba586c7f6b530df865b4a7ddc86a /src
parent6f496589a2b93c83dc54003b585343b5cc194dc2 (diff)
Test
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4374 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-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;