diff options
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r-- | src/snomasks.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp index 083d8023c..7aac60330 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -24,7 +24,3 @@ #include "helperfuncs.h" #include "snomasks.h" -extern int MODCOUNT; -extern std::vector<Module*> modules; -extern std::vector<ircd_module*> factory; - |