aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/proc.c b/proc.c
index c78274526b..83691a49ec 100644
--- a/proc.c
+++ b/proc.c
@@ -384,8 +384,6 @@ bind_eval(int argc, VALUE *argv, VALUE bindval)
return rb_f_eval(argc+1, args, Qnil /* self will be searched in eval */);
}
-VALUE rb_vm_bh_to_procval(rb_execution_context_t *ec, VALUE block_handler);
-
static const VALUE *
get_local_variable_ptr(const rb_env_t **envp, ID lid)
{