]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/typedefs.h
Get rid of the unused string_list typedef.
[user/henk/code/inspircd.git] / include / typedefs.h
index 62ceb564e5ba242959462b87236e589375861526..9a015d4450b44ca8f2b4e02c867b3af6c83b0a2a 100644 (file)
@@ -82,10 +82,6 @@ typedef std::map<std::string, file_cache> ConfigFileCache;
 /** Generic user list, used for exceptions */
 typedef std::set<User*> CUList;
 
-/** A set of strings.
- */
-typedef std::vector<std::string> string_list;
-
 /** Contains an ident and host split into two strings
  */
 typedef std::pair<std::string, std::string> IdentHostPair;