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_vhost.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/modules/m_vhost.cpp') diff --git a/src/modules/m_vhost.cpp b/src/modules/m_vhost.cpp index 31c504af8..623c2662d 100644 --- a/src/modules/m_vhost.cpp +++ b/src/modules/m_vhost.cpp @@ -63,7 +63,6 @@ class CommandVhost : public Command class ModuleVHost : public Module { - private: CommandVhost cmd; public: @@ -76,17 +75,10 @@ class ModuleVHost : public Module ServerInstance->Modules->AddService(cmd); } - virtual ~ModuleVHost() - { - } - - virtual Version GetVersion() { return Version("Provides masking of user hostnames via traditional /VHOST command",VF_VENDOR); } - }; MODULE_INIT(ModuleVHost) - -- cgit v1.3.1-10-gc9f91