mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
range.c: remove no longer used variable
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6e5e1b3728
commit
6c8852c1d3
1 changed files with 0 additions and 5 deletions
5
range.c
5
range.c
|
@ -37,11 +37,6 @@ static VALUE r_cover_p(VALUE, VALUE, VALUE, VALUE);
|
|||
static void
|
||||
range_init(VALUE range, VALUE beg, VALUE end, VALUE exclude_end)
|
||||
{
|
||||
VALUE args[2];
|
||||
|
||||
args[0] = beg;
|
||||
args[1] = end;
|
||||
|
||||
if (!FIXNUM_P(beg) || !FIXNUM_P(end)) {
|
||||
VALUE v;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue