commit | 1ddf2928c9145d999b1885c8d356288353d10063 | [log] [tgz] |
---|---|---|
author | k-stachowiak <krzysiek.stachowiak@gmail.com> | Fri Aug 16 09:06:25 2019 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Mon May 11 22:20:32 2020 +0200 |
tree | 328ce86f7af25bcaf69b0e5c602e72ecb8ffd1f2 | |
parent | a08652233dbb6cfdd833873c49f66a0c67be983d [diff] |
Remove obsolete comment
diff --git a/programs/test/selftest.c b/programs/test/selftest.c index 94ce6f8..58412a3 100644 --- a/programs/test/selftest.c +++ b/programs/test/selftest.c
@@ -396,6 +396,5 @@ if( suites_failed > 0) mbedtls_exit( MBEDTLS_EXIT_FAILURE ); - /* return() is here to prevent compiler warnings */ mbedtls_exit( MBEDTLS_EXIT_SUCCESS ); }