From: mquinson Date: Mon, 31 Jul 2006 08:36:42 +0000 (+0000) Subject: Revert part of the last change since it let the make check explode X-Git-Tag: v3.3~2711 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8cea67008229766aea75080cfb01eb1a1cf36427 Revert part of the last change since it let the make check explode git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2648 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/msg/gos.c b/src/msg/gos.c index 5951487fb5..6b4466b021 100644 --- a/src/msg/gos.c +++ b/src/msg/gos.c @@ -82,8 +82,6 @@ static MSG_error_t __MSG_task_get_with_time_out_from_host(m_task_t * task, first_time = 0; if(surf_workstation_resource->extension_public->get_state(h_simdata->host) == SURF_CPU_OFF) - PAJE_PROCESS_POP_STATE(process); - PAJE_COMM_STOP(process,t,channel); MSG_RETURN(MSG_HOST_FAILURE); /* OK, we should both be ready now. Are you there ? */ }