Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[windows] use 'cmake -E echo' instead of 'echo'
[simgrid.git] / teshsuite / surf / trace_usage / trace_usage.c
index d56c0d7..2fd2157 100644 (file)
@@ -1,15 +1,11 @@
 /* A few tests for the trace library                                       */
 
-/* Copyright (c) 2004-2006, 2009-2014. The SimGrid Team.
+/* Copyright (c) 2004-2006, 2009-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/trace_mgr.h"
 #include "surf/surf.h"
 
@@ -52,11 +48,6 @@ void test(void)
   free(host_A);
 }
 
-#ifdef __BORLANDC__
-#pragma argsused
-#endif
-
-
 int main(int argc, char **argv)
 {
   surf_init(&argc, argv);