aboutsummaryrefslogtreecommitdiffstats
path: root/vm_eval.c
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2023-05-22 20:41:59 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2023-05-23 08:21:34 +0900
commited7c7657ae0065a5007b443d146590e6e6a9dcbe (patch)
tree0eb6a599e7fcb994cbf49d8613dad7b626c28689 /vm_eval.c
parent3bd98e7a91f81210c613b27e4846806c7244127d (diff)
downloadruby-ed7c7657ae0065a5007b443d146590e6e6a9dcbe.tar.gz
Remove deleted function
`rb_parser_warn_location` was deleted by 0eeed5bcc5530edb0af2af2ccff09d067c59e8f9.
Diffstat (limited to 'vm_eval.c')
-rw-r--r--vm_eval.c2
1 files changed, 0 insertions, 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 *