From 5454b47bd5d5ce5fb08aed83bac0148eabab620e Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 15 Jul 2006 17:35:31 +0000 Subject: 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 --- src/command_parse.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/command_parse.cpp') diff --git a/src/command_parse.cpp b/src/command_parse.cpp index befcde7ca..644860702 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -51,12 +51,7 @@ #include "command_parse.h" #include "ctables.h" -#ifdef GCC3 #define nspace __gnu_cxx -#else -#define nspace std -#endif - extern InspIRCd* ServerInstance; -- cgit v1.3.1-10-gc9f91