Skip to content

Commit 38fcccb

Browse files
authored
Merge pull request swiftlang#77424 from rintaro/ast-use-parserdiagnostics
[NFC][AST] Remove 'usesFeatureParserDiagnostics(Decl *)' function
2 parents 532022f + 29482f3 commit 38fcccb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/AST/FeatureSet.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ UNINTERESTING_FEATURE(OpaqueTypeErasure)
103103
UNINTERESTING_FEATURE(PackageCMO)
104104
UNINTERESTING_FEATURE(ParserRoundTrip)
105105
UNINTERESTING_FEATURE(ParserValidation)
106-
UNINTERESTING_FEATURE(ParserDiagnostics)
107106
UNINTERESTING_FEATURE(ImplicitSome)
108107
UNINTERESTING_FEATURE(ParserASTGen)
109108
UNINTERESTING_FEATURE(BuiltinMacros)

0 commit comments

Comments
 (0)