diff options
| author | Greg Clayton <gclayton@apple.com> | 2014-12-04 18:49:24 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2014-12-04 18:49:24 +0000 |
| commit | 2e644415ba3da624f289411612687efd4ce507c6 (patch) | |
| tree | 61a9e92dc820d9bd18eb791cceb8e7fc898c3b84 /llvm/test/Transforms | |
| parent | c5d32d751eab95ab2b6b69e23570481ed2adf729 (diff) | |
| download | bcm5719-llvm-2e644415ba3da624f289411612687efd4ce507c6.tar.gz bcm5719-llvm-2e644415ba3da624f289411612687efd4ce507c6.zip | |
Remove dead code from SymbolFileDWARF:
lldb::TypeSP
SymbolFileDWARF::FindDefinitionTypeForDIE (
DWARFCompileUnit* dwarf_cu,
const DWARFDebugInfoEntry *die,
const lldb_private::ConstString &type_name);
This function isn't used as it has been replaced by:
lldb::TypeSP
SymbolFileDWARF::FindDefinitionTypeForDWARFDeclContext (
const DWARFDeclContext &die_decl_ctx);
I am about to change the way we resolve C/C++ class/struct/union types and want to clean up SymbolFileDWARF before I start.
llvm-svn: 223376
Diffstat (limited to 'llvm/test/Transforms')
0 files changed, 0 insertions, 0 deletions

