Skip to content

Commit 66f6fa9

Browse files
committed
Revert "[lldb] Add empty implementation for DWARFASTParserSwift::FindDefinitionTypeForDIE"
This reverts commit d1782cc as the upstream change adding it was reverted. Keeping it in history so we can re-apply.
1 parent 80d56bc commit 66f6fa9

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserSwift.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,3 @@ lldb_private::CompilerDeclContext
297297
DWARFASTParserSwift::GetDeclContextContainingUIDFromDWARF(const DWARFDIE &die) {
298298
return CompilerDeclContext();
299299
}
300-
301-
lldb_private::Type *
302-
DWARFASTParserSwift::FindDefinitionTypeForDIE(const DWARFDIE &die) {
303-
return nullptr;
304-
}

lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserSwift.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ class DWARFASTParserSwift : public lldb_private::plugin::dwarf::DWARFASTParser,
9393
std::unique_ptr<swift::reflection::MultiPayloadEnumDescriptorBase>
9494
getMultiPayloadEnumDescriptor(const swift::reflection::TypeRef *TR) override;
9595

96-
lldb_private::Type *FindDefinitionTypeForDIE(const DWARFDIE &die) override;
97-
9896
private:
9997
/// Returns the canonical demangle tree of a die's type.
10098
NodePointer GetCanonicalDemangleTree(DWARFDIE &die);

0 commit comments

Comments
 (0)