* 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
This commit is contained in:
ko1 2015-06-02 12:33:07 +00:00
parent c218e81435
commit 8ff3ab515c
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Jun 2 21:29:28 2015 Koichi Sasada <ko1@atdot.net>
* proc.c (proc_curry): remove a debug line.
Tue Jun 2 12:43:46 2015 Koichi Sasada <ko1@atdot.net>
* method.h: make rb_method_entry_t a VALUE.

1
proc.c
View File

@ -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);
}
}