Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move globals to EngineImpl
[simgrid.git] / src / simix / popping_private.hpp
index e7abda9f188af1d5d77c6c682c05c9982d9716b6..a0f1add9d2f928330fd5d8c6fc58859c0e138341 100644 (file)
@@ -54,9 +54,6 @@ struct s_smx_simcall {
   u_smx_scalar result_                    = {};
 };
 
-#define SIMCALL_SET_MC_VALUE(simcall, value) ((simcall).mc_value_ = (value))
-#define SIMCALL_GET_MC_VALUE(simcall) ((simcall).mc_value_)
-
 /******************************** General *************************************/
 
 XBT_PRIVATE const char* SIMIX_simcall_name(simgrid::simix::Simcall kind);