X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eae2ca68b485c809c971f5861f4e73b9406fa20a..fa222c38f9b796be07ab4351ffc810a61a8fd705:/teshsuite/surf/surf_usage/surf_usage.c diff --git a/teshsuite/surf/surf_usage/surf_usage.c b/teshsuite/surf/surf_usage/surf_usage.c index 46fbbbd6bf..24285da0fc 100644 --- a/teshsuite/surf/surf_usage/surf_usage.c +++ b/teshsuite/surf/surf_usage/surf_usage.c @@ -1,15 +1,11 @@ /* A few basic tests for the surf library */ -/* Copyright (c) 2004-2014. The SimGrid Team. +/* Copyright (c) 2004-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 #include "simgrid/sg_config.h" #include "surf/surf.h" @@ -119,10 +115,6 @@ void test(char *platform) XBT_DEBUG("Simulation Terminated"); } -#ifdef __BORLANDC__ -#pragma argsused -#endif - int main(int argc, char **argv) { surf_init(&argc, argv); /* Initialize some common structures */