X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2539fff313cbd67c45b8490f7961e45e358d9ba2..509afa8dafbfc8a505586e5447a1ed4c76cf0ae3:/src/xbt/config.c diff --git a/src/xbt/config.c b/src/xbt/config.c index 3f8b43d245..2748457db5 100644 --- a/src/xbt/config.c +++ b/src/xbt/config.c @@ -4,11 +4,10 @@ /* This is useful to build named structs, like option or property sets. */ -/* Authors: Martin Quinson */ -/* Copyright (C) 2001,2002,2003,2004 the OURAGAN project. */ +/* Copyright (c) 2001,2002,2003,2004 Martin Quinson. 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. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "xbt/misc.h" #include "xbt/sysdep.h" @@ -117,7 +116,6 @@ xbt_cfg_dump(const char *name,const char *indent,xbt_cfg_t cfg) { xbt_cfgelm_t cell=NULL; char *key=NULL; int i; - xbt_error_t errcode; int size; int ival; char *sval;