From cbc0be326e8b850c93bea7d50949a92c9eae0bf6 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 13 Mar 2018 07:38:49 +0100 Subject: [PATCH 1/1] I know that feeling, pal (fix the fixes) --- teshsuite/smpi/mpich3-test/pt2pt/waitany-null.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/teshsuite/smpi/mpich3-test/pt2pt/waitany-null.c b/teshsuite/smpi/mpich3-test/pt2pt/waitany-null.c index e66682cf3d..8976b75f30 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/waitany-null.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/waitany-null.c @@ -72,12 +72,10 @@ int parse_args(int argc, char **argv) * { * switch (ret) { * case 'v': - * verbose = 1; + * verbose = 1; <-- never used, thus removed * break; * } * } */ - if (argc > 1 && strcmp(argv[1], "-v") == 0) - verbose = 1; return 0; } -- 2.20.1