]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Get rid of the unused string_list typedef.
authorPeter Powell <petpow@saberuk.com>
Tue, 24 Jul 2018 09:02:07 +0000 (10:02 +0100)
committerPeter Powell <petpow@saberuk.com>
Tue, 24 Jul 2018 09:02:07 +0000 (10:02 +0100)
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;