X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8f384089af3d664bf1f59324d41f1511d5dfa0ab..2365d7b12787079bebea3da822e8ee3e8b3f08db:/src/gras/gras.c diff --git a/src/gras/gras.c b/src/gras/gras.c index 4ec704d2a8..9e826f72ac 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -1,9 +1,7 @@ -/* $Id$ */ - /* gras.c -- generic functions not fitting anywhere else */ -/* Copyright (c) 2003, 2004 Martin Quinson. */ -/* All rights reserved. */ +/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. 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. */ @@ -159,7 +157,6 @@ void gras_exit(void) gras_emul_exit(); gras_moddata_exit(); } - xbt_exit(); } const char *hexa_str(unsigned char *data, int size, int downside)