From: Martin Quinson Date: Tue, 13 Mar 2018 06:38:49 +0000 (+0100) Subject: I know that feeling, pal (fix the fixes) X-Git-Tag: v3.19~78^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cbc0be326e8b850c93bea7d50949a92c9eae0bf6 I know that feeling, pal (fix the fixes) --- 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; }