diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-09 15:36:51 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-09 15:36:51 +0000 |
commit | 89749a74402913d50bd5a9140757a383d6ff175e (patch) | |
tree | 99a06946f8959356374a5aea9d5ae39f70c653cd /src/command_parse.cpp | |
parent | d50dddbb92036893b9188a5df9991a0d5eb80e03 (diff) |
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/command_parse.cpp')
-rw-r--r-- | src/command_parse.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 25a3ca192..a0097b924 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -58,11 +58,6 @@ extern std::vector<userrec*> local_users; extern int MODCOUNT; extern time_t TIME; -// This table references users by file descriptor. -// 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. -extern userrec* fd_ref_table[MAX_DESCRIPTORS]; - extern Server* MyServer; extern user_hash clientlist; |