Skip to content

Commit d4355dd

Browse files
committed
[lldb][NFC] Remote reference to Swift in DWARFASTParser::Kind enum
(cherry picked from commit 2500e7f)
1 parent cbe0054 commit d4355dd

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
@@ -26,7 +26,7 @@ class SymbolFileDWARF;
2626

2727
class DWARFASTParser {
2828
public:
29-
enum class Kind { DWARFASTParserClang, DWARFASTParserSwift };
29+
enum class Kind { DWARFASTParserClang };
3030
DWARFASTParser(Kind kind) : m_kind(kind) {}
3131

3232
virtual ~DWARFASTParser() = default;

0 commit comments

Comments
 (0)