X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d509dd175e358ed71fd0ef4337539ac460f2d2aa..39b079c66644d717e0a7983d3325410dd05152b2:/src/mc/mc_object_info.cpp diff --git a/src/mc/mc_object_info.cpp b/src/mc/mc_object_info.cpp index 95f9e2a952..2b00607c68 100644 --- a/src/mc/mc_object_info.cpp +++ b/src/mc/mc_object_info.cpp @@ -11,8 +11,6 @@ #include "mc_object_info.h" #include "mc_private.h" -extern "C" { - dw_frame_t MC_file_object_info_find_function(mc_object_info_t info, const void *ip) { xbt_dynar_t dynar = info->functions_index; @@ -44,5 +42,3 @@ dw_variable_t MC_file_object_info_find_variable_by_name(mc_object_info_t info, c return NULL; } - -}