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/command_parse.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/command_parse.cpp') 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 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; -- cgit v1.2.3