summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-15 17:35:31 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-15 17:35:31 +0000
commit5454b47bd5d5ce5fb08aed83bac0148eabab620e (patch)
tree35c2f802d3200ade791c86a511f61bd01d57b725 /include
parent40ef7ec1b6ce9b99e7656286bc320799c86c8315 (diff)
Removed GCC2 checks as we havent supported gcc2 for years
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4394 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/hash_map.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/hash_map.h b/include/hash_map.h
index 39529634a..9d57c33eb 100644
--- a/include/hash_map.h
+++ b/include/hash_map.h
@@ -20,16 +20,7 @@
#include "inspircd_config.h"
-#ifdef GCC3
-
#include <ext/hash_map>
#define nspace __gnu_cxx
-#else
-
-#include <hash_map>
-#define nspace std
-
-#endif
-
#endif