From 788ab6d2829ae38fd1466bba37aee359fd2d1746 Mon Sep 17 00:00:00 2001 From: Yosuke Shimizu Date: Fri, 8 May 2026 16:39:49 +0900 Subject: [PATCH] Delete unnecessary statement --- src/internal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index 91dbfc8b..940b10b7 100644 --- a/src/internal.c +++ b/src/internal.c @@ -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 */