Merge topic 'fix_coverage_scanbuild_errors'
0622f92d
CTest: Remove code to fix scanbuild errors
This commit is contained in:
commit
f408667d19
|
@ -81,7 +81,6 @@ public:
|
||||||
this->Coverage.TotalCoverage[filename];
|
this->Coverage.TotalCoverage[filename];
|
||||||
CoverageVector = localCoverageVector;
|
CoverageVector = localCoverageVector;
|
||||||
localCoverageVector.clear();
|
localCoverageVector.clear();
|
||||||
foundFile=false;
|
|
||||||
}
|
}
|
||||||
foundFile= true;
|
foundFile= true;
|
||||||
inSource = false;
|
inSource = false;
|
||||||
|
@ -122,7 +121,6 @@ public:
|
||||||
FileLinesType& CoverageVector =
|
FileLinesType& CoverageVector =
|
||||||
this->Coverage.TotalCoverage[filename];
|
this->Coverage.TotalCoverage[filename];
|
||||||
CoverageVector = localCoverageVector;
|
CoverageVector = localCoverageVector;
|
||||||
foundFile=false;
|
|
||||||
localCoverageVector.clear();
|
localCoverageVector.clear();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -136,8 +136,6 @@ public:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
pos = lastoffset+1;
|
pos = lastoffset+1;
|
||||||
endnamepos = 0;
|
|
||||||
lastoffset =0;
|
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* Glob through the source directory for the
|
* Glob through the source directory for the
|
||||||
|
|
Loading…
Reference in New Issue