Skip to content

Commit 71f1040

Browse files
committed
[AST] Remove unused 'InOutLoc' field from 'TupleTypeReprElement'
1 parent d75ca9a commit 71f1040

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/swift/AST/TypeRepr.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,6 @@ struct TupleTypeReprElement {
594594
SourceLoc SecondNameLoc;
595595
SourceLoc UnderscoreLoc;
596596
SourceLoc ColonLoc;
597-
SourceLoc InOutLoc;
598597
TypeRepr *Type;
599598
SourceLoc TrailingCommaLoc;
600599

0 commit comments

Comments
 (0)