X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/26a6d8446664d5683b2598ed049eeacab8e1c570..8614314e15433c18f67638fdcb519a12608e49c2:/teshsuite/surf/maxmin_bench/maxmin_bench.c diff --git a/teshsuite/surf/maxmin_bench/maxmin_bench.c b/teshsuite/surf/maxmin_bench/maxmin_bench.c index 8e7d2b0fad..f6094e697b 100644 --- a/teshsuite/surf/maxmin_bench/maxmin_bench.c +++ b/teshsuite/surf/maxmin_bench/maxmin_bench.c @@ -6,11 +6,6 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifdef __BORLANDC__ -#pragma hdrstop -#endif - - #include "surf/maxmin.h" #include "xbt/module.h" #include "xbt/xbt_os_time.h" @@ -76,11 +71,6 @@ void test(int nb_cnst, int nb_var, int nb_elem) free(used); } -#ifdef __BORLANDC__ -#pragma argsused -#endif - - int main(int argc, char **argv) { int nb_cnst = 2000;