File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -139,11 +139,6 @@ void writeParseWarnings(std::ostream &str, const TScanProps &props) {
139
139
TScanProps::const_iterator itCount, itRatio;
140
140
itCount = props.find (" cov-compilation-unit-count" );
141
141
itRatio = props.find (" cov-compilation-unit-ratio" );
142
- if (props.end () == itCount || props.end () == itRatio) {
143
- // fallback to deprecated format produced by cov-mockbuild
144
- itCount = props.find (" compilation-unit-count" );
145
- itRatio = props.find (" compilation-unit-ratio" );
146
- }
147
142
if (props.end () == itCount || props.end () == itRatio)
148
143
return ;
149
144
@@ -156,11 +151,6 @@ void writeParseWarnings(std::ostream &str, const TScanProps &props) {
156
151
157
152
itCount = props.find (" diffbase-cov-compilation-unit-count" );
158
153
itRatio = props.find (" diffbase-cov-compilation-unit-ratio" );
159
- if (props.end () == itCount || props.end () == itRatio) {
160
- // fallback to deprecated format produced by cov-mockbuild
161
- itCount = props.find (" diffbase-compilation-unit-count" );
162
- itRatio = props.find (" diffbase-compilation-unit-ratio" );
163
- }
164
154
if (props.end () == itCount || props.end () == itRatio)
165
155
return ;
166
156
You can’t perform that action at this time.
0 commit comments