From 2df30fefa5d12b5dba9d58ac65fa718ffcc54633 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Mon, 12 Oct 2015 09:54:42 +0200 Subject: [PATCH] [mc] Remove useless declarations --- src/mc/mc_dwarf.cpp | 1 + src/mc/mc_dwarf.hpp | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mc/mc_dwarf.cpp b/src/mc/mc_dwarf.cpp index b40ddb8f1c..727a8cd44e 100644 --- a/src/mc/mc_dwarf.cpp +++ b/src/mc/mc_dwarf.cpp @@ -993,6 +993,7 @@ static void MC_dwarf_handle_die(simgrid::mc::ObjectInformation* info, Dwarf_Die * Read the DWARf information of the EFFL object and populate the * lists of types, variables, functions. */ +static void MC_dwarf_get_variables(simgrid::mc::ObjectInformation* info) { int fd = open(info->file_name.c_str(), O_RDONLY); diff --git a/src/mc/mc_dwarf.hpp b/src/mc/mc_dwarf.hpp index 991817ec87..11d3ce727e 100644 --- a/src/mc/mc_dwarf.hpp +++ b/src/mc/mc_dwarf.hpp @@ -32,6 +32,4 @@ XBT_PRIVATE void* resolve_member( } } -XBT_PRIVATE void MC_dwarf_get_variables(simgrid::mc::ObjectInformation* info); - #endif -- 2.20.1