Temporarily? remove the old gcc3.3 fix

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5745 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-11-14 22:39:55 +00:00
parent 004217daed
commit 16f3e8e0bc

View File

@ -438,13 +438,14 @@ class ServerConfig : public Extensible
*/
bool CycleHosts;
/*
#if __GNUC__ == 3 && __GNUC_MINOR__ == 3
/** if we're being compiled with GCC 3.3 add
** 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
*/