Delete unnecessary statement

pull/968/head
Yosuke Shimizu 2026-05-08 16:39:49 +09:00 committed by John Safranek
parent a2d4973060
commit 788ab6d282
1 changed files with 0 additions and 1 deletions

View File

@ -1904,7 +1904,6 @@ static int GetOpenSshKey(WS_KeySignature *key,
word32 subStrSz = 0, subIdx = 0, check1 = 0, check2 = ~0;
byte keyId;
idx = 0;
ret = GetUint32(&check1, str, strSz, &subIdx); /* checkint 1 */
if (ret == WS_SUCCESS)
ret = GetUint32(&check2, str, strSz, &subIdx); /* checkint 2 */