summaryrefslogtreecommitdiff
path: root/rld-elf.cpp
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-11-17 17:42:22 +1100
committerChris Johns <chrisj@rtems.org>2012-11-17 17:42:22 +1100
commitba77e29d7822caac00725a03811823f9c72004e3 (patch)
treefc2a70ced0d43f97c112003c742e8e35a8561987 /rld-elf.cpp
parent7ee957ca2f579802b4823ad562f05bd27ad425e1 (diff)
Remove dead code.
Diffstat (limited to 'rld-elf.cpp')
-rw-r--r--rld-elf.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/rld-elf.cpp b/rld-elf.cpp
index 30cd4b6..60a1061 100644
--- a/rld-elf.cpp
+++ b/rld-elf.cpp
@@ -705,22 +705,5 @@ namespace rld
"elf:check_file: " + file.name ());
}
-#if 0
- void
- load_symbols (rld::symbols::table& symbols,
- rld::files::object& object,
- bool local,
- bool weak,
- bool global)
- {
- sections sections;
- get_section_headers (object, sections, SHT_SYMTAB);
- for (sections::iterator si = sections.begin ();
- si != sections.end ();
- ++si)
- load_symbol_table (symbols, object, *si, local, weak, global);
- }
-#endif
-
}
}