Remove unreachable code

This commit is contained in:
2024-06-26 22:14:27 -07:00
parent 4da2a01614
commit f8bf1c6eb4
-1
View File
@@ -1775,7 +1775,6 @@ bool checkMaxBetweenExclusive(Node *n, int begin, int end,
default: // GCOVR_EXCL_LINE default: // GCOVR_EXCL_LINE
__builtin_unreachable(); // GCOVR_EXCL_LINE __builtin_unreachable(); // GCOVR_EXCL_LINE
} }
return true;
} }
Vector<uint8_t> getSearchPath(Arena &arena, Node *n) { Vector<uint8_t> getSearchPath(Arena &arena, Node *n) {