From 5d5ed8dcea9a801240850029d52b7ea46e1e110b Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Sat, 23 Jul 2011 12:45:34 -0400 Subject: Fix compile warning --- src/modules.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modules.cpp') 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: -- cgit v1.2.3