X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fde50efedeec31666d41cd5e147ccf1a80290dfc..cbc0be326e8b850c93bea7d50949a92c9eae0bf6:/teshsuite/smpi/mpich3-test/pt2pt/waitany-null.c 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; }