Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup!
[simgrid.git] / src / mc / mc_comm_pattern.hpp
index ca221ea..01b7524 100644 (file)
@@ -8,7 +8,6 @@
 
 #include <vector>
 
-#include "smpi/smpi.h"
 #include "src/mc/mc_state.hpp"
 
 namespace simgrid {
@@ -61,6 +60,4 @@ static inline simgrid::mc::CallType MC_get_call_type(const s_smx_simcall* req)
   }
 }
 
-XBT_PRIVATE void MC_restore_communications_pattern(simgrid::mc::State* state);
-
 #endif