From c3912842fd987e6030698191b33c51383f86e915 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 15 Jul 2006 17:35:52 +0000 Subject: Removal of all gcc2 checks (there sure was a lot of craq in here) git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4395 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/hashcomp.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/hashcomp.cpp') diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp index d1c452494..50776802c 100644 --- a/src/hashcomp.cpp +++ b/src/hashcomp.cpp @@ -21,17 +21,9 @@ using namespace std; #include #include "hashcomp.h" #include "helperfuncs.h" -#ifdef GCC3 #include -#else -#include -#endif -#ifdef GCC3 #define nspace __gnu_cxx -#else -#define nspace std -#endif // from helperfuncs.cpp extern const char lowermap[255]; -- cgit v1.3.1-10-gc9f91