summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/userprocess.cpp')
-rw-r--r--src/userprocess.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp
index 37e0153e5..86a03cca1 100644
--- a/src/userprocess.cpp
+++ b/src/userprocess.cpp
@@ -78,11 +78,6 @@ extern ServerConfig *Config;
extern userrec* fd_ref_table[65536];
char data[65536];
-/*typedef nspace::hash_map<std::string, userrec*, nspace::hash<string>, irc::StrHashComp> user_hash;
-typedef nspace::hash_map<std::string, chanrec*, nspace::hash<string>, irc::StrHashComp> chan_hash;
-typedef nspace::hash_map<in_addr,string*, nspace::hash<in_addr>, irc::InAddr_HashComp> address_cache;
-typedef nspace::hash_map<std::string, WhoWasUser*, nspace::hash<string>, irc::StrHashComp> whowas_hash;*/
-
extern user_hash clientlist;
extern chan_hash chanlist;
extern whowas_hash whowas;