diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/modules.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index 600b4b0aa..b018afe73 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -423,8 +423,6 @@ bool InspIRCd::IsValidModuleCommand(const std::string &commandname, int pcnt, Us void ModuleManager::AddService(ServiceProvider& item) { - Module* owner = item.creator; - switch (item.service) { case SERVICE_COMMAND: |