aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_httpd_acl.cpp
diff options
context:
space:
mode:
authorGravatar Peter Powell2013-01-31 11:37:52 +0000
committerGravatar Peter Powell2013-02-01 11:47:39 +0000
commitbf6c166c6425df40d4d82f3d20719e33ffce4359 (patch)
tree2b8e1a697add8bd9aa7d55826a7d23f9fb8a299e /src/modules/m_httpd_acl.cpp
parentMerge pull request #414 from SaberUK/insp20+hashmap (diff)
Remove unused variables detected by Clang 4.2.
Diffstat (limited to 'src/modules/m_httpd_acl.cpp')
-rw-r--r--src/modules/m_httpd_acl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_httpd_acl.cpp b/src/modules/m_httpd_acl.cpp
index ba8d14063..2694402bd 100644
--- a/src/modules/m_httpd_acl.cpp
+++ b/src/modules/m_httpd_acl.cpp
@@ -45,7 +45,6 @@ class ModuleHTTPAccessList : public Module
{
std::string stylesheet;
- bool changed;
std::vector<HTTPACL> acl_list;
public: