summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-11-18 02:40:53 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-11-18 03:47:35 +0900
commit1e9ef0363940dcb77c842ad68fb6ed99b861d4d5 (patch)
tree356bbc393a3c7a19b18428e8c56683c78117c80b /compile.c
parente1f6ca1911083e83752d1f1a34d9dcfb90e1750f (diff)
compile.c: remove dead code
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index 81f31482fe..8a459b2558 100644
--- a/compile.c
+++ b/compile.c
@@ -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);