X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fbancache.h;h=a7aac7f17c8ed0e72beef72f4562b74243a6ea76;hb=f65b215865e98282623eb8ab4e4ae400e558144a;hp=d2ec5284a6055c262ab50f3348a6bb3e8c1d27f0;hpb=46a39046196f55b52336e19662bb7bac85b731ac;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/bancache.h b/include/bancache.h index d2ec5284a..a7aac7f17 100644 --- a/include/bancache.h +++ b/include/bancache.h @@ -65,11 +65,7 @@ class CoreExport BanCacheHit /* A container of ban cache items. * must be defined after class BanCacheHit. */ -#if defined(WINDOWS) && !defined(HASHMAP_DEPRECATED) -typedef nspace::hash_map > > BanCacheHash; -#else typedef nspace::hash_map > BanCacheHash; -#endif /** A manager for ban cache, which allocates and deallocates and checks cached bans. */