diff options
author | Yusuke Endoh <[email protected]> | 2021-11-18 02:40:53 +0900 |
---|---|---|
committer | Yusuke Endoh <[email protected]> | 2021-11-18 03:47:35 +0900 |
commit | 1e9ef0363940dcb77c842ad68fb6ed99b861d4d5 (patch) | |
tree | 356bbc393a3c7a19b18428e8c56683c78117c80b /compile.c | |
parent | e1f6ca1911083e83752d1f1a34d9dcfb90e1750f (diff) |
compile.c: remove dead code
Diffstat (limited to 'compile.c')
-rw-r--r-- | compile.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); return compile_builtin_mandatory_only_method(iseq, node, line_node); - return COMPILE_OK; } else if (1) { rb_bug("can't find builtin function:%s", builtin_func); |