Remove Unused Type Nodes

This commit is contained in:
Robert Widmann
2022-05-11 04:13:56 -07:00
parent 28abcbbea9
commit 7206bc33ba
2 changed files with 1 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
/// describe what change you made. The content of this comment isn't important;
/// it just ensures a conflict if two people change the module format.
/// Don't worry about adhering to the 80-column limit for this line.
const uint16_t SWIFTMODULE_VERSION_MINOR = 689; // cast ownership serialization
const uint16_t SWIFTMODULE_VERSION_MINOR = 690; // remove unused type nodes
/// A standard hash seed used for all string hashes in a serialized module.
///