1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Remove obsolete comment

This commit is contained in:
k-stachowiak
2019-08-16 08:15:04 +02:00
committed by Gilles Peskine
parent 776521aee8
commit 297896e6db

View File

@@ -417,6 +417,5 @@ int main( int argc, char *argv[] )
if( suites_failed > 0)
mbedtls_exit( MBEDTLS_EXIT_FAILURE );
/* return() is here to prevent compiler warnings */
mbedtls_exit( MBEDTLS_EXIT_SUCCESS );
}