Skip to content

Commit 126b74c

Browse files
committed
Remove spurious decl left over from mismerge
1 parent 409f3c9 commit 126b74c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,6 @@ class DWARFASTParserClang : public lldb_private::plugin::dwarf::DWARFASTParser {
199199
const lldb_private::plugin::dwarf::DWARFDIE &die,
200200
ParsedDWARFTypeAttributes &attrs);
201201

202-
lldb_private::Type *
203-
GetTypeForDIE(const lldb_private::plugin::dwarf::DWARFDIE &die);
204-
205202
clang::Decl *
206203
GetClangDeclForDIE(const lldb_private::plugin::dwarf::DWARFDIE &die);
207204

0 commit comments

Comments
 (0)