diff --git a/programs/test/selftest.c b/programs/test/selftest.c index 94ce6f8df..58412a3c5 100644 --- a/programs/test/selftest.c +++ b/programs/test/selftest.c @@ -396,6 +396,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 ); }