X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ftypedefs.h;h=9a015d4450b44ca8f2b4e02c867b3af6c83b0a2a;hb=f8a9b6ba4ae0b4b3c7b2a408332230dd82eb4608;hp=62ceb564e5ba242959462b87236e589375861526;hpb=a3e0768758ca68429a29d9c78ce672f2d938c6e7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/typedefs.h b/include/typedefs.h index 62ceb564e..9a015d445 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -82,10 +82,6 @@ typedef std::map ConfigFileCache; /** Generic user list, used for exceptions */ typedef std::set CUList; -/** A set of strings. - */ -typedef std::vector string_list; - /** Contains an ident and host split into two strings */ typedef std::pair IdentHostPair;