summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/eval.c b/eval.c
index 3a0206f24a..0fb3c23fba 100644
--- a/eval.c
+++ b/eval.c
@@ -22,8 +22,6 @@
NORETURN(void rb_raise_jump(VALUE));
-NODE *rb_vm_get_cref(const rb_iseq_t *, const VALUE *);
-
VALUE rb_eLocalJumpError;
VALUE rb_eSysStackError;