Skip to content

Commit e453569

Browse files
authored
[lldb][NFC] Remote reference to Swift in DWARFASTParser::Kind enum (#69984)
1 parent 61c4ee9 commit e453569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class SymbolFileDWARF;
2929

3030
class DWARFASTParser {
3131
public:
32-
enum class Kind { DWARFASTParserClang, DWARFASTParserSwift };
32+
enum class Kind { DWARFASTParserClang };
3333
DWARFASTParser(Kind kind) : m_kind(kind) {}
3434

3535
virtual ~DWARFASTParser() = default;

0 commit comments

Comments
 (0)