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:
parent
efda3408ce
commit
2e450093e1
1 changed files with 0 additions and 2 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue