From f8bf1c6eb4c90da8d14811db33de6320d53a16a9 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Wed, 26 Jun 2024 22:14:27 -0700 Subject: [PATCH] Remove unreachable code --- ConflictSet.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ConflictSet.cpp b/ConflictSet.cpp index fd292c4..3d1af76 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -1775,7 +1775,6 @@ bool checkMaxBetweenExclusive(Node *n, int begin, int end, default: // GCOVR_EXCL_LINE __builtin_unreachable(); // GCOVR_EXCL_LINE } - return true; } Vector getSearchPath(Arena &arena, Node *n) {