From 2e450093e1a9e217741664dc9b0e7a5b1e62a0d9 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Wed, 25 Aug 2021 17:18:22 +0100 Subject: [PATCH] Remove variables declared as unused They are now always being used. Signed-off-by: Paul Elliott --- library/psa_crypto_aead.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/psa_crypto_aead.c b/library/psa_crypto_aead.c index 337748a23..aa266ea87 100644 --- a/library/psa_crypto_aead.c +++ b/library/psa_crypto_aead.c @@ -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 ); }