X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ftypedefs.h;h=8f9a6488887ac6ac545423d2e22ededaf6ac07f2;hb=7e0e54eba331339606265a8a4e11417bb2f832ba;hp=85d86504f032af6d0a8fcd275e6e54da57006cbf;hpb=046da7da9bf57ac9254f76fd1c43eadf1673cdf5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/typedefs.h b/include/typedefs.h index 85d86504f..8f9a64888 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -82,9 +82,6 @@ typedef ConfigDataHash::const_iterator ConfigIter; /** Iterator pair, used for tag-name ranges */ typedef std::pair ConfigTagList; -/** Index of valid oper blocks and types */ -typedef std::map > OperIndex; - /** Files read by the configuration */ typedef std::map ConfigFileCache;