Skip to content

Commit a97993c

Browse files
committed
Avoid unused variable
Signed-off-by: Jakub Jelen <[email protected]>
1 parent 3de5981 commit a97993c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/SoftHSM.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -6806,7 +6806,6 @@ CK_RV SoftHSM::UnwrapKeySym
68066806

68076807
default:
68086808
// Unwrap the key
6809-
CK_RV rv = CKR_OK;
68106809
if (!cipher->unwrapKey(unwrappingkey, mode, wrapped, keydata))
68116810
rv = CKR_GENERAL_ERROR;
68126811
cipher->recycleKey(unwrappingkey);

0 commit comments

Comments
 (0)