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/commands.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index 498760524..cea3fe9e3 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -87,13 +87,6 @@ const long duration_d = duration_h * 24; const long duration_w = duration_d * 7; const long duration_y = duration_w * 52; -/*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;*/ - - extern user_hash clientlist; extern chan_hash chanlist; extern whowas_hash whowas; -- cgit v1.2.3