X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f4895c3c3d812abc5ae8cce1d75580f7ed4bbf4f..8614314e15433c18f67638fdcb519a12608e49c2:/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..80cb82544f 100644 --- a/teshsuite/surf/lmm_usage/lmm_usage.c +++ b/teshsuite/surf/lmm_usage/lmm_usage.c @@ -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);