File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 13
13
#include " base/LookupTable.h"
14
14
#include " HttpHdrCc.h"
15
15
#include " HttpHeader.h"
16
- #include " HttpHeaderFieldStat.h"
17
16
#include " HttpHeaderStat.h"
18
17
#include " HttpHeaderTools.h"
19
18
#include " sbuf/SBuf.h"
@@ -80,8 +79,6 @@ ccNameByType(const RawId rawId)
80
79
return std::nullopt;
81
80
}
82
81
83
- std::vector<HttpHeaderFieldStat> ccHeaderStats (HttpHdrCcType::CC_ENUM_END);
84
-
85
82
// / used to walk a table of http_header_cc_type structs
86
83
static HttpHdrCcType &
87
84
operator ++ (HttpHdrCcType &aHeader)
@@ -144,7 +141,6 @@ HttpHdrCc::parse(const String & str)
144
141
if (isSet (type)) {
145
142
if (type != HttpHdrCcType::CC_OTHER) {
146
143
debugs (65 , 2 , " hdr cc: ignoring duplicate cache-directive: near '" << item << " ' in '" << str << " '" );
147
- ++ ccHeaderStats[type].repCount ;
148
144
continue ;
149
145
}
150
146
}
You can’t perform that action at this time.
0 commit comments