Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove borland-compiler related cruft
[simgrid.git] / teshsuite / surf / lmm_usage / lmm_usage.c
index 060ed25..80cb825 100644 (file)
@@ -6,10 +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 "xbt/sysdep.h"
 #include "surf/maxmin.h"
 #include "xbt/log.h"
@@ -470,10 +466,6 @@ void test3(method_t method)
   xbt_free(A);
 }
 
-#ifdef __BORLANDC__
-#pragma argsused
-#endif
-
 int main(int argc, char **argv)
 {
   xbt_init(&argc, argv);