From 89749a74402913d50bd5a9140757a383d6ff175e Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 9 Aug 2006 15:36:51 +0000 Subject: Move fd_ref_table into class InspIRCd* git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4817 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/commands.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/commands.cpp') 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 all_opers; extern std::vector 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; -- cgit v1.2.3