From ab49ff82c562a0a97bcca759f6a6c80fef31516f Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 10 Apr 2020 00:30:58 +0100 Subject: [PATCH] Remove an unused variable in the http_acl module. --- src/modules/m_httpd_acl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_httpd_acl.cpp b/src/modules/m_httpd_acl.cpp index cb82b15fa..6b163c59c 100644 --- a/src/modules/m_httpd_acl.cpp +++ b/src/modules/m_httpd_acl.cpp @@ -43,7 +43,7 @@ class HTTPACL class ModuleHTTPAccessList : public Module, public HTTPACLEventListener { - std::string stylesheet; + private: std::vector acl_list; HTTPdAPI API; -- 2.39.5