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_httpd_acl.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/modules/m_httpd_acl.cpp') diff --git a/src/modules/m_httpd_acl.cpp b/src/modules/m_httpd_acl.cpp index 2694402bd..cddbce2f6 100644 --- a/src/modules/m_httpd_acl.cpp +++ b/src/modules/m_httpd_acl.cpp @@ -37,18 +37,14 @@ class HTTPACL const std::string &set_whitelist, const std::string &set_blacklist) : path(set_path), username(set_username), password(set_password), whitelist(set_whitelist), blacklist(set_blacklist) { } - - ~HTTPACL() { } }; class ModuleHTTPAccessList : public Module { - std::string stylesheet; std::vector acl_list; public: - void ReadConfig() { acl_list.clear(); @@ -222,10 +218,6 @@ class ModuleHTTPAccessList : public Module } } - virtual ~ModuleHTTPAccessList() - { - } - virtual Version GetVersion() { return Version("Provides access control lists (passwording of resources, ip restrictions etc) to m_httpd.so dependent modules", VF_VENDOR); -- cgit v1.3.1-10-gc9f91