diff options
author | Daniel De Graaf <danieldg@inspircd.org> | 2011-07-23 12:45:34 -0400 |
---|---|---|
committer | Daniel De Graaf <danieldg@inspircd.org> | 2011-07-23 12:45:34 -0400 |
commit | 5d5ed8dcea9a801240850029d52b7ea46e1e110b (patch) | |
tree | 172942d3c79d252d55ee6f0d1f4c45a1c8af0666 /src | |
parent | 9e9d024c29bc49f5e9045bd72d3db250773052c4 (diff) |
Fix compile warning
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: |