diff options
-rw-r--r-- | include/configreader.h | 9 |
1 files changed, 0 insertions, 9 deletions
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; |