Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix lua tesh and remove msg_lua_masterslave test
[simgrid.git] / examples / msg / migration / migration.c
index 7ce0967..87df498 100644 (file)
@@ -71,7 +71,7 @@ static int policeman(int argc, char *argv[])
 /** Main function */
 int main(int argc, char *argv[])
 {
-  MSG_error_t res = MSG_OK;
+  msg_error_t res = MSG_OK;
 
   /* Argument checking */
   MSG_init(&argc, argv);
@@ -98,9 +98,6 @@ int main(int argc, char *argv[])
   xbt_cond_destroy(cond);
   xbt_mutex_destroy(mutex);
 
-  if (res == MSG_OK)
-    res = MSG_clean();
-
   if (res == MSG_OK)
     return 0;
   else