Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless #ifdef __cplusplus from hpp files.
[simgrid.git] / src / simix / popping_private.hpp
index 208f6e9..f02bba8 100644 (file)
@@ -70,8 +70,6 @@ XBT_PRIVATE void SIMIX_run_blocking(std::function<void()> const* code);
 
 SG_END_DECL()
 
-#ifdef __cplusplus
-
 /* Defines the marshal/unmarshal functions for each type of parameters.
  *
  * They will be used in popping_accessors.hpp to define the functions allowing
@@ -224,8 +222,6 @@ void marshal(smx_simcall_t simcall, e_smx_simcall_t call, A const&... a)
 }
 }
 
-#endif
-
 #include "popping_accessors.hpp"
 
 #endif