mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove uneeded initialize local variable (#4818)
This commit is contained in:
parent
692dfc5088
commit
3fd8531331
Notes:
git
2021-09-14 15:22:22 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
1 changed files with 0 additions and 1 deletions
1
bignum.c
1
bignum.c
|
@ -460,7 +460,6 @@ static int
|
|||
bary_2comp(BDIGIT *ds, size_t n)
|
||||
{
|
||||
size_t i;
|
||||
i = 0;
|
||||
for (i = 0; i < n; i++) {
|
||||
if (ds[i] != 0) {
|
||||
goto non_zero;
|
||||
|
|
Loading…
Add table
Reference in a new issue