Merge pull request #5971 from dearblue/simple-raise.2

Remove unnecessary branches in `L_RAISE` block
This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-04-06 10:46:02 +09:00
committed by GitHub
-1
View File
@@ -2212,7 +2212,6 @@ RETRY_TRY_BLOCK:
}
}
if (ch == NULL) goto L_STOP;
if (FALSE) {
L_CATCH_TAGGED_BREAK: /* from THROW_TAGGED_BREAK() or UNWIND_ENSURE() */
ci = mrb->c->ci;