Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let's stop being no negative ...
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 11 Feb 2005 22:25:10 +0000 (22:25 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 11 Feb 2005 22:25:10 +0000 (22:25 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@985 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/msg/global.c

index 885ca40..54e39b9 100644 (file)
@@ -33,7 +33,6 @@ void MSG_global_init(void)
   char **argv=NULL;
 
   CRITICAL0("Please stop using this function. Use MSG_global_init_args instead.");
   char **argv=NULL;
 
   CRITICAL0("Please stop using this function. Use MSG_global_init_args instead.");
-  DIE_IMPOSSIBLE;
   MSG_global_init_args(&argc,argv);
 }
 
   MSG_global_init_args(&argc,argv);
 }