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

Public GIT Repository
[mc] C++ification of memory_map.cpp
[simgrid.git] / src / mc / mc_member.cpp
index a75a9afdb53c4d67d03c63efdb93ee58e5e868f3..21eaf1468bf7cebbcd165c64f457c07c87d64ef2 100644 (file)
@@ -9,8 +9,6 @@
 #include "mc_object_info.h"
 #include "mc_private.h"
 
-extern "C" {
-
 /** Resolve snapshot in the process address space
  *
  * @param object   Process address of the struct/class
@@ -43,5 +41,3 @@ void *mc_member_resolve(const void *base, dw_type_t type, dw_type_t member,
   else
     return (void *) state.stack[state.stack_size - 1];
 }
-
-}