From e31916f36fb7e351f91b27c5797c78cdc329cfb1 Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Wed, 21 Aug 2019 19:15:52 +0100 Subject: [PATCH] attestation: Remove unused status variable --- features/frameworks/TARGET_PSA/pal/pal_mbed_os_intf.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/features/frameworks/TARGET_PSA/pal/pal_mbed_os_intf.cpp b/features/frameworks/TARGET_PSA/pal/pal_mbed_os_intf.cpp index dded6d0180..00738c0144 100644 --- a/features/frameworks/TARGET_PSA/pal/pal_mbed_os_intf.cpp +++ b/features/frameworks/TARGET_PSA/pal/pal_mbed_os_intf.cpp @@ -58,9 +58,6 @@ static void psa_attestation_destroy_key_for_test() static void psa_attestation_inject_key_for_test(void) { - - - psa_status_t status = PSA_SUCCESS; size_t exported_length; uint8_t exported[sizeof(public_key_data)];