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
5
range.c
5
range.c
@ -37,11 +37,6 @@ static VALUE r_cover_p(VALUE, VALUE, VALUE, VALUE);
|
|||||||
static void
|
static void
|
||||||
range_init(VALUE range, VALUE beg, VALUE end, VALUE exclude_end)
|
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)) {
|
if (!FIXNUM_P(beg) || !FIXNUM_P(end)) {
|
||||||
VALUE v;
|
VALUE v;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user