From a64c3e6c7d6617243331a69bd54eb0a9a518a1ee Mon Sep 17 00:00:00 2001 From: Simon Giesecke Date: Mon, 23 Dec 2019 11:59:28 +0100 Subject: [PATCH] Problem: redundant consecutive return statements Solution: remove the redundant one --- tests/test_security_gssapi.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_security_gssapi.cpp b/tests/test_security_gssapi.cpp index 394b5c0c..212f73bd 100644 --- a/tests/test_security_gssapi.cpp +++ b/tests/test_security_gssapi.cpp @@ -333,5 +333,4 @@ int main (void) RUN_TEST (test_vanilla_socket); RUN_TEST (test_unauth_creds); return UNITY_END (); - return 0; }