Skip to content

Commit e31916f

Browse files
committed
attestation: Remove unused status variable
1 parent 3e5fa80 commit e31916f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

features/frameworks/TARGET_PSA/pal/pal_mbed_os_intf.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ static void psa_attestation_destroy_key_for_test()
5858

5959
static void psa_attestation_inject_key_for_test(void)
6060
{
61-
62-
63-
psa_status_t status = PSA_SUCCESS;
6461
size_t exported_length;
6562
uint8_t exported[sizeof(public_key_data)];
6663

0 commit comments

Comments
 (0)