X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9d1b149fe85f584e8c7e03f0d2a807b87d8711fd..8614314e15433c18f67638fdcb519a12608e49c2:/teshsuite/surf/trace_usage/trace_usage.c?ds=sidebyside diff --git a/teshsuite/surf/trace_usage/trace_usage.c b/teshsuite/surf/trace_usage/trace_usage.c index d56c0d755d..32ab9e3b53 100644 --- a/teshsuite/surf/trace_usage/trace_usage.c +++ b/teshsuite/surf/trace_usage/trace_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 "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);