X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1bfdc9a38c22af6a9becf133be154a2fa2bc6589..b3b356352e87ae00a20f737c48e19b0c8413455a:/teshsuite/surf/lmm_usage/lmm_usage.c diff --git a/teshsuite/surf/lmm_usage/lmm_usage.c b/teshsuite/surf/lmm_usage/lmm_usage.c index 060ed25cec..9868e4e32e 100644 --- a/teshsuite/surf/lmm_usage/lmm_usage.c +++ b/teshsuite/surf/lmm_usage/lmm_usage.c @@ -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);