diff options
Diffstat (limited to 'src/channels.cpp')
-rw-r--r-- | src/channels.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index 0a544b1d4..5e06e529d 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -38,9 +38,6 @@ using namespace std; #include "helperfuncs.h" #include "typedefs.h" -extern int MODCOUNT; -extern std::vector<Module*> modules; -extern std::vector<ircd_module*> factory; extern time_t TIME; chanrec::chanrec(InspIRCd* Instance) : ServerInstance(Instance) |