Skip to content

Commit c0d30ec

Browse files
authored
Merge pull request #59178 from slavapestov/unused-field-archetype-type
AST: Remove unused field from OpenedArchetypeType
2 parents 7521101 + cdc3c88 commit c0d30ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/swift/AST/Types.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5822,7 +5822,6 @@ class OpenedArchetypeType final : public ArchetypeType,
58225822
friend ArchetypeType;
58235823
friend GenericEnvironment;
58245824

5825-
TypeBase *Opened;
58265825
UUID ID;
58275826

58285827
/// Create a new opened archetype in the given environment representing

0 commit comments

Comments
 (0)