From: Source Maintenance Date: Tue, 16 May 2017 18:12:17 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: M-staged-PR71~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e2716439761fc2133e72abeee4f5ca0c71c8e74;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/acl/HasComponentData.cc b/src/acl/HasComponentData.cc index 7942b18f7e..500c33c1fc 100644 --- a/src/acl/HasComponentData.cc +++ b/src/acl/HasComponentData.cc @@ -12,7 +12,6 @@ #include "ConfigParser.h" #include "sbuf/Algorithms.h" - const SBuf ACLHasComponentData::RequestStr("request"); const SBuf ACLHasComponentData::ResponseStr("response"); const SBuf ACLHasComponentData::AleStr("ALE");