File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ TYPE(METATYPE)
91
91
TYPE(PRIMARY_ARCHETYPE)
92
92
TYPE(OPENED_ARCHETYPE)
93
93
TYPE(OPAQUE_ARCHETYPE)
94
- TYPE(NESTED_ARCHETYPE)
95
94
TYPE(SEQUENCE_ARCHETYPE)
96
95
TYPE(PROTOCOL_COMPOSITION)
97
96
TYPE(PARAMETERIZED_PROTOCOL)
@@ -107,7 +106,6 @@ TYPE(OPTIONAL)
107
106
TYPE(VARIADIC_SEQUENCE)
108
107
TYPE(SIL_FUNCTION)
109
108
TYPE(DYNAMIC_SELF)
110
- TYPE(OPENED_EXISTENTIAL)
111
109
TYPE(EXISTENTIAL_METATYPE)
112
110
TYPE(SIL_BLOCK_STORAGE)
113
111
TYPE(SIL_BOX)
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
58
58
// / describe what change you made. The content of this comment isn't important;
59
59
// / it just ensures a conflict if two people change the module format.
60
60
// / Don't worry about adhering to the 80-column limit for this line.
61
- const uint16_t SWIFTMODULE_VERSION_MINOR = 689 ; // cast ownership serialization
61
+ const uint16_t SWIFTMODULE_VERSION_MINOR = 690 ; // remove unused type nodes
62
62
63
63
// / A standard hash seed used for all string hashes in a serialized module.
64
64
// /
You can’t perform that action at this time.
0 commit comments