From 8ff3ab515cc291cd7309352836f73235597faaa5 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 2 Jun 2015 12:33:07 +0000 Subject: * proc.c (proc_curry): remove a debug line. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- proc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'proc.c') diff --git a/proc.c b/proc.c index faa82e33bf..73baf555ba 100644 --- a/proc.c +++ b/proc.c @@ -2655,7 +2655,6 @@ proc_curry(int argc, const VALUE *argv, VALUE self) else { sarity = FIX2INT(arity); if (rb_proc_lambda_p(self)) { - bp(); rb_check_arity(sarity, min_arity, max_arity); } } -- cgit v1.2.3