Skip to content

Commit 8f4da62

Browse files
committed
SE050: remove unused variables
1 parent 555bd2f commit 8f4da62

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: libraries/SE05X/src/SE05X.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ static void setECSignatureRsValuesInDER(const byte* rawSignature, byte* signatur
110110

111111
int SE05XClass::begin()
112112
{
113-
sss_status_t status;
114-
115113
memset(&_boot_ctx, 0, sizeof(ex_sss_boot_ctx_t));
116114

117115
se05x_ic_power_on();
@@ -612,8 +610,6 @@ int SE05XClass::deleteAllObjects(void)
612610

613611
int SE05XClass::getObjectHandle(int objectId, sss_object_t * object)
614612
{
615-
sss_status_t status;
616-
617613
if(kStatus_SSS_Success != sss_key_object_init(object, &_boot_ctx.ks)) {
618614
SE05X_PRINT_ERROR("sss_key_object_init Failed");
619615
return 0;

0 commit comments

Comments
 (0)