From: brain Date: Tue, 14 Nov 2006 23:07:34 +0000 (+0000) Subject: We dont need this dummy value any more! X-Git-Tag: v2.0.23~6631 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=d66880ade524cf236716b09e7ddd9ce8c15f6787;p=user%2Fhenk%2Fcode%2Finspircd.git We dont need this dummy value any more! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5746 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/include/configreader.h b/include/configreader.h index 1144855d9..d76a8d42e 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -438,15 +438,6 @@ class ServerConfig : public Extensible */ bool CycleHosts; -/* -#if __GNUC__ == 3 && __GNUC_MINOR__ == 3 - ** if we're being compiled with GCC 3.3 add - * dummy opertype on heap to fix GCC 3.3 crash - * - opertype_t dummyopertype; -#endif -*/ - /** All oper type definitions from the config file */ opertype_t opertypes;