summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-04 19:12:55 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-04 19:12:55 +0000
commit7fe5347210730622badcb6ed32d90114bd8cbeb4 (patch)
tree495ff9cfcae28db0fe9fc1de26f9e784606d57df /include/configreader.h
parent8923de4c4ff8e48f15baf8ca5914f664012cbd8d (diff)
Remove our vectors of Module*/ircd_module*, replace with a map of std::pair<ircd_module*, Module*>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8513 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 67fe2e2bf..76ca6084a 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -499,11 +499,6 @@ class CoreExport ServerConfig : public Extensible
*/
ClassVector Classes;
- /** A list of module names (names only, no paths)
- * which are currently loaded by the server.
- */
- std::vector<std::string> module_names;
-
/** A list of the classes for listening client ports
*/
std::vector<ListenSocket*> ports;