From 26e7bb0b9a17a595d9935a1cae41b44504ad213e Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Mon, 1 Apr 2013 21:56:13 +0200 Subject: Whitespace and empty destructor removal, minor coding style changes --- src/modules/m_setident.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/modules/m_setident.cpp') diff --git a/src/modules/m_setident.cpp b/src/modules/m_setident.cpp index f63be1381..f3592ae46 100644 --- a/src/modules/m_setident.cpp +++ b/src/modules/m_setident.cpp @@ -57,7 +57,6 @@ class CommandSetident : public Command } }; - class ModuleSetIdent : public Module { CommandSetident cmd; @@ -72,16 +71,10 @@ class ModuleSetIdent : public Module ServerInstance->Modules->AddService(cmd); } - virtual ~ModuleSetIdent() - { - } - virtual Version GetVersion() { return Version("Provides support for the SETIDENT command", VF_VENDOR); } - }; - MODULE_INIT(ModuleSetIdent) -- cgit v1.3.1-10-gc9f91