X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/26a6d8446664d5683b2598ed049eeacab8e1c570..b3b356352e87ae00a20f737c48e19b0c8413455a:/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..35aa2e8a8d 100644 --- a/teshsuite/surf/maxmin_bench/maxmin_bench.c +++ b/teshsuite/surf/maxmin_bench/maxmin_bench.c @@ -1,16 +1,11 @@ /* A crash few tests for the maxmin library */ -/* Copyright (c) 2004-2014. The SimGrid Team. +/* Copyright (c) 2004-2015. The SimGrid Team. * All rights reserved. */ /* 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;