diff --git a/prism_compile.c b/prism_compile.c index 44ac70d2fa..05dab99dc2 100644 --- a/prism_compile.c +++ b/prism_compile.c @@ -5406,7 +5406,6 @@ pm_compile_node(rb_iseq_t *iseq, const pm_node_t *node, LINK_ANCHOR *const ret, } COMPILE_ERROR(ERROR_ARGS "Invalid break"); - rb_bug("Invalid break"); } return; }