Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove useless declarations
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 12 Oct 2015 07:54:42 +0000 (09:54 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Thu, 15 Oct 2015 09:18:31 +0000 (11:18 +0200)
src/mc/mc_dwarf.cpp
src/mc/mc_dwarf.hpp

index b40ddb8..727a8cd 100644 (file)
@@ -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);
index 991817e..11d3ce7 100644 (file)
@@ -32,6 +32,4 @@ XBT_PRIVATE void* resolve_member(
 }
 }
 
-XBT_PRIVATE void MC_dwarf_get_variables(simgrid::mc::ObjectInformation* info);
-
 #endif