remove unused declaration attribute IsolatedAttr

This commit is contained in:
Sophia Poirier
2024-01-29 17:58:36 -08:00
parent fcda8bc619
commit a72cf7302d
5 changed files with 2 additions and 7 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 = 843; // add OSLog string encoding
const uint16_t SWIFTMODULE_VERSION_MINOR = 844; // remove IsolatedAttr
/// A standard hash seed used for all string hashes in a serialized module.
///