X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/80a76e68a15029fd2b84dde2e22db2fb673709f4..9b8e91c4ab7d0acb4161de83da283774b9d59a6c:/src/simix/popping_private.hpp diff --git a/src/simix/popping_private.hpp b/src/simix/popping_private.hpp index e335252eff..19c4084f77 100644 --- a/src/simix/popping_private.hpp +++ b/src/simix/popping_private.hpp @@ -61,9 +61,6 @@ XBT_PRIVATE void SIMIX_run_kernel(std::function const* code); XBT_PRIVATE void SIMIX_run_blocking(std::function const* code); /* Defines the marshal/unmarshal functions for each type of parameters. - * - * They will be used in popping_accessors.hpp to define the functions allowing - * to retrieve/set each parameter of each simcall. * * There is a unmarshal_raw() function, which is exactly similar to unmarshal() * for all types but boost::intrusive_ptr(T). For that type, the unmarshal() @@ -203,6 +200,4 @@ template inline void marshal(smx_simcall_t simcall, Simcall call, A } } -#include "popping_accessors.hpp" - #endif