1
0
Fork 0
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:
S.H 2021-09-14 15:22:01 +09:00 committed by GitHub
parent 692dfc5088
commit 3fd8531331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2021-09-14 15:22:22 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>

View file

@ -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;