aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index 968307d93b..08aac7e366 100644
--- a/proc.c
+++ b/proc.c
@@ -387,7 +387,7 @@ proc_new(VALUE klass, int is_lambda)
return procval;
}
- procval = vm_make_proc(th, cfp, block, klass);
+ procval = vm_make_proc(th, block, klass);
if (is_lambda) {
rb_proc_t *proc;