Remove no-longer-necessary GCOVR_EXCL_LINE

Now that we exclude noncode lines (why isn't that the default?)
This commit is contained in:
2024-10-15 18:33:40 -07:00
parent 7fb408b466
commit a0d07dd40c

View File

@@ -2539,7 +2539,7 @@ Vector<uint8_t> getSearchPath(Arena &arena, Node *n) {
}
std::reverse(result.begin(), result.end());
return result;
} // GCOVR_EXCL_LINE
}
// Return true if the max version among all keys that start with key + [child],
// where begin < child < end, is <= readVersion.