Remove @unchecked.

Implements <rdar://problem/16796957>

Swift SVN r18103
This commit is contained in:
Ted Kremenek
2014-05-15 07:17:50 +00:00
parent 7da31bdfdd
commit 7fc27d3d94
7 changed files with 5 additions and 71 deletions

View File

@@ -40,7 +40,7 @@ const uint16_t VERSION_MAJOR = 0;
/// Serialized module format minor version number.
///
/// When the format changes IN ANY WAY, this number should be incremented.
const uint16_t VERSION_MINOR = 96;
const uint16_t VERSION_MINOR = 97;
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;