]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/bancache.h
Merge pull request #1050 from Aviator45003/insp20
[user/henk/code/inspircd.git] / include / bancache.h
index d2ec5284a6055c262ab50f3348a6bb3e8c1d27f0..a7aac7f17c8ed0e72beef72f4562b74243a6ea76 100644 (file)
@@ -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<std::string, BanCacheHit*, nspace::hash_compare<std::string, std::less<std::string> > > BanCacheHash;
-#else
 typedef nspace::hash_map<std::string, BanCacheHit*, nspace::hash<std::string> > BanCacheHash;
-#endif
 
 /** A manager for ban cache, which allocates and deallocates and checks cached bans.
  */