* 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:
parent
c218e81435
commit
8ff3ab515c
@ -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>
|
Tue Jun 2 12:43:46 2015 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* method.h: make rb_method_entry_t a VALUE.
|
* method.h: make rb_method_entry_t a VALUE.
|
||||||
|
1
proc.c
1
proc.c
@ -2655,7 +2655,6 @@ proc_curry(int argc, const VALUE *argv, VALUE self)
|
|||||||
else {
|
else {
|
||||||
sarity = FIX2INT(arity);
|
sarity = FIX2INT(arity);
|
||||||
if (rb_proc_lambda_p(self)) {
|
if (rb_proc_lambda_p(self)) {
|
||||||
bp();
|
|
||||||
rb_check_arity(sarity, min_arity, max_arity);
|
rb_check_arity(sarity, min_arity, max_arity);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user