X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/648ed185a1cfef73179102bd7340785a4fd5d2a6..64578ee8e932a2a7e292514c0912f50fe4299220:/src/simix/popping_accessors.hpp diff --git a/src/simix/popping_accessors.hpp b/src/simix/popping_accessors.hpp index 8ee64da4fb..ff804efddb 100644 --- a/src/simix/popping_accessors.hpp +++ b/src/simix/popping_accessors.hpp @@ -863,19 +863,6 @@ static inline void simcall_mutex_unlock__set__mutex(smx_simcall_t simcall, smx_m simgrid::simix::marshal(simcall->args[0], arg); } -static inline smx_cond_t simcall_cond_init__get__result(smx_simcall_t simcall) -{ - return simgrid::simix::unmarshal(simcall->result); -} -static inline smx_cond_t simcall_cond_init__getraw__result(smx_simcall_t simcall) -{ - return simgrid::simix::unmarshal_raw(simcall->result); -} -static inline void simcall_cond_init__set__result(smx_simcall_t simcall, smx_cond_t result) -{ - simgrid::simix::marshal(simcall->result, result); -} - static inline smx_cond_t simcall_cond_wait__get__cond(smx_simcall_t simcall) { return simgrid::simix::unmarshal(simcall->args[0]);