Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove borland-compiler related cruft
[simgrid.git] / teshsuite / surf / maxmin_bench / maxmin_bench.c
index 8e7d2b0..f6094e6 100644 (file)
@@ -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;