mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 16:05:48 +01:00
Remove obsolete comment
This commit is contained in:
parent
3b0c430638
commit
6d10a56ce8
@ -417,7 +417,5 @@ int main( int argc, char *argv[] )
|
|||||||
if( suites_failed > 0)
|
if( suites_failed > 0)
|
||||||
mbedtls_exit( MBEDTLS_EXIT_FAILURE );
|
mbedtls_exit( MBEDTLS_EXIT_FAILURE );
|
||||||
|
|
||||||
/* return() is here to prevent compiler warnings */
|
mbedtls_exit( MBEDTLS_EXIT_SUCCESS );
|
||||||
return( MBEDTLS_EXIT_SUCCESS );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user