From 7a17273ec03afb3f5caa0e4b6fe3473cf09711d4 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 12:29:20 +0000 Subject: Tidied up modules.h added some typedefs to typedefs.h git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2401 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 582eac7b8..5d92f2226 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -86,13 +86,6 @@ SocketEngine* SE = NULL; extern std::vector include_stack; -/*typedef nspace::hash_map, irc::StrHashComp> user_hash; -typedef nspace::hash_map, irc::StrHashComp> chan_hash; -typedef nspace::hash_map, irc::InAddr_HashComp> address_cache; -typedef nspace::hash_map, irc::StrHashComp> whowas_hash; -typedef std::deque command_table; -typedef std::vector servernamelist;*/ - // 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. -- cgit v1.3.1-10-gc9f91