X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b46cc49382cda87e0ee724f97277bd143566985e..cf482439821f2e52d3a573c4abe8763be830800a:/teshsuite/smpi/pt2pt-pingpong/pt2pt-pingpong.c diff --git a/teshsuite/smpi/pt2pt-pingpong/pt2pt-pingpong.c b/teshsuite/smpi/pt2pt-pingpong/pt2pt-pingpong.c index 468bcc6211..6ddb623680 100644 --- a/teshsuite/smpi/pt2pt-pingpong/pt2pt-pingpong.c +++ b/teshsuite/smpi/pt2pt-pingpong/pt2pt-pingpong.c @@ -10,7 +10,6 @@ #include static void test_opts(int* argc, char **argv[]){ -#if defined __linux__ int found = 0, ret; while ((ret = getopt(*argc, *argv, "s")) >= 0) { @@ -23,7 +22,6 @@ static void test_opts(int* argc, char **argv[]){ if (found!=1){ printf("(smpi_)getopt failed ! \n"); } -#endif } int main(int argc, char *argv[])