X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ftypedefs.h;fp=include%2Ftypedefs.h;h=9a015d4450b44ca8f2b4e02c867b3af6c83b0a2a;hb=2beb73aba7c46120adc1e9cfaa2a51934df41b2d;hp=62ceb564e5ba242959462b87236e589375861526;hpb=4df41508c1adfdd8211994dc206de82718ee097d;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;