From ed7c7657ae0065a5007b443d146590e6e6a9dcbe Mon Sep 17 00:00:00 2001 From: yui-knk Date: Mon, 22 May 2023 20:41:59 +0900 Subject: [PATCH] Remove deleted function `rb_parser_warn_location` was deleted by 0eeed5bcc5530edb0af2af2ccff09d067c59e8f9. --- vm_eval.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vm_eval.c b/vm_eval.c index 220e7c9681..d5fbcf5f56 100644 --- a/vm_eval.c +++ b/vm_eval.c @@ -1613,8 +1613,6 @@ rb_each(VALUE obj) return rb_call(obj, idEach, 0, 0, CALL_FCALL); } -void rb_parser_warn_location(VALUE, int); - static VALUE eval_default_path; static const rb_iseq_t *