Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove borland-compiler related cruft
[simgrid.git] / teshsuite / surf / surf_usage / surf_usage.c
index 46fbbbd..a276637 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. */
 
 /* 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 <stdio.h>
 #include "simgrid/sg_config.h"
 #include "surf/surf.h"
 #include <stdio.h>
 #include "simgrid/sg_config.h"
 #include "surf/surf.h"
@@ -119,10 +115,6 @@ void test(char *platform)
   XBT_DEBUG("Simulation Terminated");
 }
 
   XBT_DEBUG("Simulation Terminated");
 }
 
-#ifdef __BORLANDC__
-#pragma argsused
-#endif
-
 int main(int argc, char **argv)
 {
   surf_init(&argc, argv);       /* Initialize some common structures */
 int main(int argc, char **argv)
 {
   surf_init(&argc, argv);       /* Initialize some common structures */