Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright notices
[simgrid.git] / teshsuite / surf / lmm_usage / lmm_usage.c
index 060ed25..9868e4e 100644 (file)
@@ -1,15 +1,11 @@
 /* A few tests for the maxmin library                                       */
 
-/* Copyright (c) 2007-2014. The SimGrid Team.
+/* Copyright (c) 2007-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 "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);