diff options
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r-- | src/configreader.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index f60885c2e..0f9fbfc7f 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -28,10 +28,6 @@ extern time_t TIME; -extern int MODCOUNT; -extern std::vector<Module*> modules; -extern std::vector<ircd_module*> factory; - using irc::sockets::BindPorts; std::vector<std::string> old_module_names, new_module_names, added_modules, removed_modules; |