]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/typedefs.h
irc::tokenstream is a token parser which using std::string and std::vector builds...
[user/henk/code/inspircd.git] / include / typedefs.h
index cd8c820397a57a4cab330095c632def9a39e43c9..4b6d22b983ee75e398ed4b871f367f23cefe59ab 100644 (file)
@@ -17,8 +17,6 @@ typedef nspace::hash_map<std::string, userrec*, nspace::hash<string>, irc::StrHa
 typedef nspace::hash_map<std::string, chanrec*, nspace::hash<string>, irc::StrHashComp> chan_hash;
 
 typedef std::vector<std::string> servernamelist;
-typedef std::vector<ExtMode> ExtModeList;
-typedef ExtModeList::iterator ExtModeListIter;
 typedef std::deque<std::string> file_cache;
 
 #endif