Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
host-on-off: add basic tests
[simgrid.git] / src / msg / msg_gos.c
index 4aa4634..11218c9 100644 (file)
@@ -338,9 +338,6 @@ MSG_task_receive_ext(msg_task_t * task, const char *alias, double timeout,
   }
   CATCH(e) {
     switch (e.category) {
-    case host_error:
-      ret = MSG_HOST_FAILURE;
-      break;
     case cancel_error:          /* may be thrown by MSG_mailbox_get_by_alias */
       ret = MSG_HOST_FAILURE;
       break;