aboutsummaryrefslogtreecommitdiffstats
path: root/src/helperfuncs.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-08-09 15:36:51 +0000
committerGravatar brain2006-08-09 15:36:51 +0000
commit89749a74402913d50bd5a9140757a383d6ff175e (patch)
tree99a06946f8959356374a5aea9d5ae39f70c653cd /src/helperfuncs.cpp
parentFixes for API changes (diff)
downloadinspircd++-89749a74402913d50bd5a9140757a383d6ff175e.tar.gz
inspircd++-89749a74402913d50bd5a9140757a383d6ff175e.tar.bz2
inspircd++-89749a74402913d50bd5a9140757a383d6ff175e.zip
Move fd_ref_table into class InspIRCd*
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4817 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/helperfuncs.cpp')
-rw-r--r--src/helperfuncs.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp
index 5adc18650..be8c9ac67 100644
--- a/src/helperfuncs.cpp
+++ b/src/helperfuncs.cpp
@@ -49,7 +49,6 @@ extern ModuleList modules;
extern InspIRCd* ServerInstance;
extern time_t TIME;
extern char lowermap[255];
-extern userrec* fd_ref_table[MAX_DESCRIPTORS];
extern std::vector<userrec*> all_opers;
extern user_hash clientlist;
extern chan_hash chanlist;