X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0bbb6ee667c6f5b64cb0c9b7370d199bb571678a..9360876a023f718566cdf7074eebea597ff4f6aa:/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