]> AND Public Git Repository - simgrid.git/blobdiff - src/msg/msg_mailbox.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stop doing evil things in MSG_parallel_task_execute/MSG_process_sleep
[simgrid.git] / src / msg / msg_mailbox.c
index 5fd54c3b43ef5d36e5bfc8d42d5b9c4feb9c3d00..997b1386590f5246c49a4958d15030289cb837de 100644 (file)
@@ -156,9 +156,6 @@ MSG_mailbox_put_with_timeout(msg_mailbox_t mailbox, m_task_t task,
 
   CATCH(e) {
     switch (e.category) {
-    case host_error:
-      ret = MSG_HOST_FAILURE;
-      break;
     case network_error:
       ret = MSG_TRANSFER_FAILURE;
       break;