diff options
| author | 2011-07-23 12:45:34 -0400 | |
|---|---|---|
| committer | 2011-07-23 12:45:34 -0400 | |
| commit | 5d5ed8dcea9a801240850029d52b7ea46e1e110b (patch) | |
| tree | 172942d3c79d252d55ee6f0d1f4c45a1c8af0666 /src/modules.cpp | |
| parent | Remove harmless but scary-looking logfile lines (diff) | |
Fix compile warning
Diffstat (limited to 'src/modules.cpp')
| -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: |
