diff options
| author | 2013-02-03 07:01:56 -0800 | |
|---|---|---|
| committer | 2013-02-03 07:01:56 -0800 | |
| commit | 41c6a4d5efb21d94c8188b06ded74c92c5abe49c (patch) | |
| tree | 2b8e1a697add8bd9aa7d55826a7d23f9fb8a299e /src/modules/m_httpd_acl.cpp | |
| parent | Merge pull request #414 from SaberUK/insp20+hashmap (diff) | |
| parent | Remove 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.cpp | 1 |
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: |
