Skip to content

Commit ef5c31e

Browse files
committed
clang-tidy fix
1 parent 1483659 commit ef5c31e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wh_server_keystore.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ int wh_Server_KeystoreGetUniqueId(whServerContext* server, whNvmId* inout_id)
381381
if (ret == WH_ERROR_NOTFOUND || nvmId != buildId) {
382382
/* key doesn't exist in NVM, we found a candidate ID */
383383
found = 1;
384-
ret = WH_ERROR_OK;
385384
break;
386385
}
387386

0 commit comments

Comments
 (0)