aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_httpd_acl.cpp
diff options
context:
space:
mode:
authorGravatar Attila Molnar2013-02-03 07:01:56 -0800
committerGravatar Attila Molnar2013-02-03 07:01:56 -0800
commit41c6a4d5efb21d94c8188b06ded74c92c5abe49c (patch)
tree2b8e1a697add8bd9aa7d55826a7d23f9fb8a299e /src/modules/m_httpd_acl.cpp
parentMerge pull request #414 from SaberUK/insp20+hashmap (diff)
parentRemove unused variables detected by Clang 4.2. (diff)
Merge pull request #416 from SaberUK/insp20+clang42-warnings
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: