From 6d10a56ce8c91b753f9b50c63c3373fd3a8803d9 Mon Sep 17 00:00:00 2001 From: k-stachowiak Date: Fri, 16 Aug 2019 08:15:04 +0200 Subject: [PATCH] Remove obsolete comment --- programs/test/selftest.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/programs/test/selftest.c b/programs/test/selftest.c index 727054ee6..869c7b6b1 100644 --- a/programs/test/selftest.c +++ b/programs/test/selftest.c @@ -417,7 +417,5 @@ int main( int argc, char *argv[] ) if( suites_failed > 0) mbedtls_exit( MBEDTLS_EXIT_FAILURE ); - /* return() is here to prevent compiler warnings */ - return( MBEDTLS_EXIT_SUCCESS ); + mbedtls_exit( MBEDTLS_EXIT_SUCCESS ); } -