Skip to content

Commit 95b0a18

Browse files
author
itayzafrir
committed
Remove uneeded TODO comment from the code
1 parent c97b90a commit 95b0a18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/psa_crypto_spm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ psa_status_t psa_crypto_init(void)
9191

9292
void mbedtls_psa_crypto_free(void)
9393
{
94-
//TODO: add retry mechanism to make sure resources were deallocated.
9594
ipc_oneshot(PSA_CRYPTO_FREE_ID, NULL, 0, NULL, 0);
9695
}
9796

0 commit comments

Comments
 (0)