compile.c: remove dead code
This commit is contained in:
parent
e1f6ca1911
commit
1e9ef03639
@ -7993,7 +7993,6 @@ compile_builtin_function_call(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NOD
|
|||||||
|
|
||||||
ADD_INSN1(ret, line_node, putobject, Qfalse);
|
ADD_INSN1(ret, line_node, putobject, Qfalse);
|
||||||
return compile_builtin_mandatory_only_method(iseq, node, line_node);
|
return compile_builtin_mandatory_only_method(iseq, node, line_node);
|
||||||
return COMPILE_OK;
|
|
||||||
}
|
}
|
||||||
else if (1) {
|
else if (1) {
|
||||||
rb_bug("can't find builtin function:%s", builtin_func);
|
rb_bug("can't find builtin function:%s", builtin_func);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user