X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fd7325c13c2afc315d1dfa41c643a58197bfe99a..4a69abcc786d029bd2962537f767d12a0f808d11:/src/simix/popping_accessors.h diff --git a/src/simix/popping_accessors.h b/src/simix/popping_accessors.h index fadfc1bb22..a49406a4be 100644 --- a/src/simix/popping_accessors.h +++ b/src/simix/popping_accessors.h @@ -1017,19 +1017,6 @@ static inline void simcall_storage_get_properties__set__result(smx_simcall_t sim simgrid::simix::marshal(simcall->result, result); } -static inline smx_storage_t simcall_storage_get_content__get__storage(smx_simcall_t simcall) { - return simgrid::simix::unmarshal(simcall->args[0]); -} -static inline void simcall_storage_get_content__set__storage(smx_simcall_t simcall, smx_storage_t arg) { - simgrid::simix::marshal(simcall->args[0], arg); -} -static inline xbt_dict_t simcall_storage_get_content__get__result(smx_simcall_t simcall){ - return simgrid::simix::unmarshal(simcall->result); -} -static inline void simcall_storage_get_content__set__result(smx_simcall_t simcall, xbt_dict_t result){ - simgrid::simix::marshal(simcall->result, result); -} - static inline int simcall_mc_random__get__min(smx_simcall_t simcall) { return simgrid::simix::unmarshal(simcall->args[0]); }