mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Unused variable removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
72eed1fdbf
commit
a338c4ed5d
1 changed files with 0 additions and 1 deletions
1
time.c
1
time.c
|
@ -301,7 +301,6 @@ v2w_bignum(VALUE v)
|
|||
{
|
||||
int sign;
|
||||
uwideint_t u;
|
||||
wideint_t i;
|
||||
sign = rb_integer_pack(v, &u, 1, sizeof(u), 0,
|
||||
INTEGER_PACK_NATIVE_BYTE_ORDER);
|
||||
if (sign == 0)
|
||||
|
|
Loading…
Reference in a new issue