From: w00t Date: Tue, 28 Oct 2008 16:12:30 +0000 (+0000) Subject: Remove ancient comment. X-Git-Tag: v2.0.23~2370 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=2451bc6ba359122a72c2487b1e721c3a220faae6;p=user%2Fhenk%2Fcode%2Finspircd.git Remove ancient comment. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10742 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/m_chanprotect.cpp b/src/modules/m_chanprotect.cpp index 927e3d4c2..f477755a4 100644 --- a/src/modules/m_chanprotect.cpp +++ b/src/modules/m_chanprotect.cpp @@ -355,11 +355,6 @@ class ModuleChanProtect : public Module void LoadSettings() { - /* Create a configreader class and read our flag, - * in old versions this was heap-allocated and the - * object was kept between rehashes...now we just - * stack-allocate it locally. - */ ConfigReader Conf(ServerInstance); FirstInGetsFounder = Conf.ReadFlag("chanprotect", "noservices", 0);