Remove variables declared as unused

They are now always being used.

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott 2021-08-25 17:18:22 +01:00
parent efda3408ce
commit 2e450093e1

View file

@ -473,9 +473,7 @@ psa_status_t mbedtls_psa_aead_set_nonce(
else
#endif /* MBEDTLS_PSA_BUILTIN_ALG_CHACHA20_POLY1305 */
{
( void ) operation;
( void ) nonce;
( void ) nonce_length;
return ( PSA_ERROR_NOT_SUPPORTED );
}