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/commands.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/commands.cpp')
-rw-r--r-- | src/commands.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index b8788864b..9a6be7206 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -69,12 +69,6 @@ extern chan_hash chanlist; extern std::vector<userrec*> all_opers; extern std::vector<userrec*> local_users; -// 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]; - - void split_chlist(userrec* user, userrec* dest, const std::string &cl) { std::string line; |