From f025d1b495cee3aadb6b7b45652d1cab3b7b7b6d Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 25 Aug 2011 16:21:21 -0400 Subject: Made service_reference type safe --- modules/commands/os_module.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/commands/os_module.cpp') diff --git a/modules/commands/os_module.cpp b/modules/commands/os_module.cpp index 750a29bfa..7f9f1d990 100644 --- a/modules/commands/os_module.cpp +++ b/modules/commands/os_module.cpp @@ -196,9 +196,6 @@ class OSModule : public Module this->SetAuthor("Anope"); this->SetPermanent(true); - ModuleManager::RegisterService(&commandosmodload); - ModuleManager::RegisterService(&commandosmodreload); - ModuleManager::RegisterService(&commandosmodunload); } }; -- cgit