summaryrefslogtreecommitdiffstats
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 c732917fd..7e6ab16c8 100644
--- a/proc.c
+++ b/proc.c
@@ -384,7 +384,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;