Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let's stop being no negative ...
[simgrid.git] / 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.");
-  DIE_IMPOSSIBLE;
   MSG_global_init_args(&argc,argv);
 }