From: Gabriel Corona Date: Mon, 12 Oct 2015 06:42:50 +0000 (+0200) Subject: [mc] Remove useless declarations X-Git-Tag: v3_13~1644^2~66 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/81c638173fb96d986d183561433ac408f0ea5fcf [mc] Remove useless declarations --- diff --git a/src/mc/mc_dwarf.hpp b/src/mc/mc_dwarf.hpp index dcba3ce478..8dd31624c5 100644 --- a/src/mc/mc_dwarf.hpp +++ b/src/mc/mc_dwarf.hpp @@ -28,12 +28,7 @@ XBT_PRIVATE const char* tagname(int tag); } } -XBT_PRIVATE std::shared_ptr MC_find_object_info( - std::vector const& maps, const char* name, int executable); -XBT_PRIVATE void MC_post_process_object_info(simgrid::mc::Process* process, simgrid::mc::ObjectInformation* info); - XBT_PRIVATE void MC_dwarf_get_variables(simgrid::mc::ObjectInformation* info); -XBT_PRIVATE void MC_dwarf_get_variables_libdw(simgrid::mc::ObjectInformation* info); XBT_PRIVATE void* mc_member_resolve( const void* base, simgrid::mc::Type* type, simgrid::mc::Member* member, diff --git a/src/mc/mc_object_info.h b/src/mc/mc_object_info.h index 961bf44e72..3516885c2f 100644 --- a/src/mc/mc_object_info.h +++ b/src/mc/mc_object_info.h @@ -19,7 +19,4 @@ XBT_PRIVATE std::shared_ptr MC_find_object_info( std::vector const& maps, const char* name, int executable); XBT_PRIVATE void MC_post_process_object_info(simgrid::mc::Process* process, simgrid::mc::ObjectInformation* info); -XBT_PRIVATE void MC_dwarf_get_variables(simgrid::mc::ObjectInformation* info); -XBT_PRIVATE void MC_dwarf_get_variables_libdw(simgrid::mc::ObjectInformation* info); - #endif