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)
9191TYPE(PRIMARY_ARCHETYPE)
9292TYPE(OPENED_ARCHETYPE)
9393TYPE(OPAQUE_ARCHETYPE)
94- TYPE(NESTED_ARCHETYPE)
9594TYPE(SEQUENCE_ARCHETYPE)
9695TYPE(PROTOCOL_COMPOSITION)
9796TYPE(PARAMETERIZED_PROTOCOL)
@@ -107,7 +106,6 @@ TYPE(OPTIONAL)
107106TYPE(VARIADIC_SEQUENCE)
108107TYPE(SIL_FUNCTION)
109108TYPE(DYNAMIC_SELF)
110- TYPE(OPENED_EXISTENTIAL)
111109TYPE(EXISTENTIAL_METATYPE)
112110TYPE(SIL_BLOCK_STORAGE)
113111TYPE(SIL_BOX)
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
5858// / describe what change you made. The content of this comment isn't important;
5959// / it just ensures a conflict if two people change the module format.
6060// / 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
6262
6363// / A standard hash seed used for all string hashes in a serialized module.
6464// /
You can’t perform that action at this time.
0 commit comments