Remove needless comment [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-08-10 12:36:30 +00:00
parent 74325360d3
commit 77bc5e4f18
1 changed files with 0 additions and 2 deletions

View File

@ -2709,8 +2709,6 @@ num_step(int argc, VALUE *argv, VALUE from)
VALUE to, step;
int desc, inf;
/* RETURN_SIZED_ENUMERATOR(from, argc, argv, num_step_size); */
if (!rb_block_given_p()) {
VALUE by = Qundef;