Remove no-longer-necessary GCOVR_EXCL_LINE
Now that we exclude noncode lines (why isn't that the default?)
This commit is contained in:
@@ -2539,7 +2539,7 @@ Vector<uint8_t> getSearchPath(Arena &arena, Node *n) {
|
|||||||
}
|
}
|
||||||
std::reverse(result.begin(), result.end());
|
std::reverse(result.begin(), result.end());
|
||||||
return result;
|
return result;
|
||||||
} // GCOVR_EXCL_LINE
|
}
|
||||||
|
|
||||||
// Return true if the max version among all keys that start with key + [child],
|
// Return true if the max version among all keys that start with key + [child],
|
||||||
// where begin < child < end, is <= readVersion.
|
// where begin < child < end, is <= readVersion.
|
||||||
|
Reference in New Issue
Block a user