mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Remove a few dead stores
This commit is contained in:
parent
9e987edf9f
commit
7c59363a85
7 changed files with 6 additions and 18 deletions
|
|
@ -349,7 +349,8 @@ void ecdsa_free( ecdsa_context *ctx )
|
|||
*/
|
||||
int ecdsa_self_test( int verbose )
|
||||
{
|
||||
return( verbose++ );
|
||||
((void) verbose );
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue