From a0d07dd40c60f6bd4c861c4ef9daffea5f6b378a Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Tue, 15 Oct 2024 18:33:40 -0700 Subject: [PATCH] Remove no-longer-necessary GCOVR_EXCL_LINE Now that we exclude noncode lines (why isn't that the default?) --- ConflictSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConflictSet.cpp b/ConflictSet.cpp index cf25030..7063d38 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -2539,7 +2539,7 @@ Vector 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.