From 7fe5347210730622badcb6ed32d90114bd8cbeb4 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 4 Nov 2007 19:12:55 +0000 Subject: Remove our vectors of Module*/ircd_module*, replace with a map of std::pair git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8513 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/configreader.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/configreader.cpp') diff --git a/src/configreader.cpp b/src/configreader.cpp index f1fedfe96..e7eb84ff8 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -668,10 +668,11 @@ bool InitModule(ServerConfig* conf, const char*) new_module_names.clear(); added_modules.clear(); removed_modules.clear(); - for (std::vector::iterator t = conf->module_names.begin(); t != conf->module_names.end(); t++) + /** FIXME **/ + /*for (std::vector::iterator t = conf->module_names.begin(); t != conf->module_names.end(); t++) { old_module_names.push_back(*t); - } + }*/ return true; } -- cgit v1.2.3