diff options
Diffstat (limited to 'src/cmd_info.cpp')
-rw-r--r-- | src/cmd_info.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd_info.cpp b/src/cmd_info.cpp index 536a1637f..e792f5fc2 100644 --- a/src/cmd_info.cpp +++ b/src/cmd_info.cpp @@ -22,9 +22,6 @@ #include "commands/cmd_info.h" extern InspIRCd* ServerInstance; -extern int MODCOUNT; -extern std::vector<Module*> modules; -extern std::vector<ircd_module*> factory; void cmd_info::Handle (const char** parameters, int pcnt, userrec *user) { |