From: Gabriel Corona Date: Fri, 20 Mar 2015 10:40:50 +0000 (+0100) Subject: [mc] Remove FIXMEs X-Git-Tag: v3_12~732^2~87 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4c527f7b95dceee64f6198231cfb7685048ae928 [mc] Remove FIXMEs --- diff --git a/src/mc/mc_request.c b/src/mc/mc_request.c index 8a97674438..30b5298dd5 100644 --- a/src/mc/mc_request.c +++ b/src/mc/mc_request.c @@ -62,8 +62,6 @@ int MC_request_depend(smx_simcall_t r1, smx_simcall_t r2) SIMCALL_COMM_ISEND ? simcall_comm_isend__get__rdv(r1) : simcall_comm_irecv__get__rdv(r1); - // FIXME, remote access to comm object - if (rdv != synchro2.comm.rdv_cpy && simcall_comm_wait__get__timeout(r2) <= 0) return FALSE; @@ -420,7 +418,6 @@ char *MC_request_to_string(smx_simcall_t req, int value) MC_smx_process_get_name(issuer), type, args); } else { - // FIXME, get process name str = bprintf("[(%lu)%s (%s)] %s ", issuer->pid, MC_smx_process_get_host_name(issuer),