Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove some extern "C"
[simgrid.git] / src / mc / mc_member.cpp
index a75a9af..21eaf14 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];
 }
-
-}