Remove uneeded TODO comment from the code

pull/10036/head
itayzafrir 2019-03-18 10:28:21 +02:00
parent c97b90ade1
commit 95b0a18ac5
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ psa_status_t psa_crypto_init(void)
void mbedtls_psa_crypto_free(void)
{
//TODO: add retry mechanism to make sure resources were deallocated.
ipc_oneshot(PSA_CRYPTO_FREE_ID, NULL, 0, NULL, 0);
}