Skip to content

Commit a493004

Browse files
committed
[Type checker] Remove unused IsInOutYield flag.
1 parent 25c2e02 commit a493004

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Sema/TypeChecker.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ enum class TypeCheckExprFlags {
175175
/// not affect type checking itself.
176176
IsExprStmt = 0x20,
177177

178-
/// This is an inout yield.
179-
IsInOutYield = 0x100,
180-
181178
/// If set, a conversion constraint should be specified so that the result of
182179
/// the expression is an optional type.
183180
ExpressionTypeMustBeOptional = 0x200,

0 commit comments

Comments
 (0)