mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03:00
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:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user