X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f19a1eedfd74b67f8562f73a222c9ee50172b690..b3b356352e87ae00a20f737c48e19b0c8413455a:/teshsuite/xbt/graphxml_usage/graphxml_usage.c diff --git a/teshsuite/xbt/graphxml_usage/graphxml_usage.c b/teshsuite/xbt/graphxml_usage/graphxml_usage.c index 2a1f6f0d08..d46a1c41b6 100644 --- a/teshsuite/xbt/graphxml_usage/graphxml_usage.c +++ b/teshsuite/xbt/graphxml_usage/graphxml_usage.c @@ -1,15 +1,11 @@ /* A few basic tests for the graphxml library */ -/* Copyright (c) 2006-2014. The SimGrid Team. +/* Copyright (c) 2006-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 #ifdef _MSC_VER @@ -158,10 +154,6 @@ void test(char *graph_file) } -#ifdef __BORLANDC__ -#pragma argsused -#endif - int main(int argc, char **argv) { xbt_init(&argc, argv);