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) {
139139 TScanProps::const_iterator itCount, itRatio;
140140 itCount = props.find (" cov-compilation-unit-count" );
141141 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- }
147142 if (props.end () == itCount || props.end () == itRatio)
148143 return ;
149144
@@ -156,11 +151,6 @@ void writeParseWarnings(std::ostream &str, const TScanProps &props) {
156151
157152 itCount = props.find (" diffbase-cov-compilation-unit-count" );
158153 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- }
164154 if (props.end () == itCount || props.end () == itRatio)
165155 return ;
166156
You can’t perform that action at this time.
0 commit comments