diff options
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r-- | include/hashcomp.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index 0d04a6144..4a29fb859 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -10,14 +10,7 @@ #include <string> #include <locale> - -#if defined _LIBCPP_VERSION || defined _WIN32 #include <unordered_map> -#define TR1NS std -#else -#include <tr1/unordered_map> -#define TR1NS std::tr1 -#endif #include "services.h" |