From: alegrand Date: Fri, 11 Feb 2005 22:25:10 +0000 (+0000) Subject: Let's stop being no negative ... X-Git-Tag: v3.3~4366 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8052a6fee279fcee6d3641d44c1f479835cd044b?ds=sidebyside Let's stop being no negative ... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@985 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/msg/global.c b/src/msg/global.c index 885ca40841..54e39b9c8a 100644 --- a/src/msg/global.c +++ b/src/msg/global.c @@ -33,7 +33,6 @@ void MSG_global_init(void) char **argv=NULL; CRITICAL0("Please stop using this function. Use MSG_global_init_args instead."); - DIE_IMPOSSIBLE; MSG_global_init_args(&argc,argv); }