]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_pair.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix the MC wrt the simgrid::Host modification
[simgrid.git] / src / mc / mc_pair.cpp
index bd477b82a045c295f9b452edcb8dab617bed2347..129e69ad5b5e4be16167914d7e70cf2441a9bb63 100644 (file)
@@ -5,8 +5,8 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <xbt.h>
-#include "mc_liveness.h"
-#include "mc_private.h"
+#include "src/mc/mc_liveness.h"
+#include "src/mc/mc_private.h"
 
 extern "C" {
 
@@ -31,9 +31,4 @@ void MC_pair_delete(mc_pair_t p)
   p = NULL;
 }
 
-void mc_pair_free_voidp(void *p)
-{
-  MC_pair_delete((mc_pair_t) * (void **) p);
-}
-
 }