Skip to content

Commit

Permalink
SE050: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Oct 23, 2024
1 parent 555bd2f commit 8f4da62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libraries/SE05X/src/SE05X.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ static void setECSignatureRsValuesInDER(const byte* rawSignature, byte* signatur

int SE05XClass::begin()
{
sss_status_t status;

memset(&_boot_ctx, 0, sizeof(ex_sss_boot_ctx_t));

se05x_ic_power_on();
Expand Down Expand Up @@ -612,8 +610,6 @@ int SE05XClass::deleteAllObjects(void)

int SE05XClass::getObjectHandle(int objectId, sss_object_t * object)
{
sss_status_t status;

if(kStatus_SSS_Success != sss_key_object_init(object, &_boot_ctx.ks)) {
SE05X_PRINT_ERROR("sss_key_object_init Failed");
return 0;
Expand Down

0 comments on commit 8f4da62

Please sign in to comment.