Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill popping_accessors.hpp
[simgrid.git] / src / simix / popping_private.hpp
index e335252..19c4084 100644 (file)
@@ -61,9 +61,6 @@ XBT_PRIVATE void SIMIX_run_kernel(std::function<void()> const* code);
 XBT_PRIVATE void SIMIX_run_blocking(std::function<void()> 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 <class... A> inline void marshal(smx_simcall_t simcall, Simcall call, A
 }
 }
 
-#include "popping_accessors.hpp"
-
 #endif