X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/59ba8415761f72b7ce056bb275aeaebb6a507156..3cbf54871089cc3dc50b6832652b5765e1601039:/src/mc/mc_snapshot.cpp diff --git a/src/mc/mc_snapshot.cpp b/src/mc/mc_snapshot.cpp index 09e9e17bef..391fef8075 100644 --- a/src/mc/mc_snapshot.cpp +++ b/src/mc/mc_snapshot.cpp @@ -20,8 +20,6 @@ #include "src/mc/mc_private.hpp" #include "src/mc/mc_snapshot.hpp" -extern "C" { - /** @brief Find the snapshoted region from a pointer * * @param addr Pointer @@ -141,8 +139,6 @@ int MC_snapshot_region_memcmp( return res; } -} // extern "C" - namespace simgrid { namespace mc {