Skip to content

Commit bf96347

Browse files
authored
Merge pull request #76298 from ahoppen/no-sending-args
[ASTGen] Don’t map `sendingArgsAndResults`
2 parents cf2af68 + 530cff1 commit bf96347

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ASTGen/Sources/ASTGen/SourceFile.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ extension Parser.ExperimentalFeatures {
6767
mapFeature(.ThenStatements, to: .thenStatements)
6868
mapFeature(.DoExpressions, to: .doExpressions)
6969
mapFeature(.NonescapableTypes, to: .nonescapableTypes)
70-
mapFeature(.SendingArgsAndResults, to: .sendingArgsAndResults)
7170
mapFeature(.TrailingComma, to: .trailingComma)
7271
}
7372
}

0 commit comments

Comments
 (0)