Remove a kludge from deserialization that does not seem to be needed anymore

Swift SVN r16113
This commit is contained in:
Dmitri Hrybenko
2014-04-09 13:42:17 +00:00
parent a8f85d72bc
commit 68b609d7af
3 changed files with 28 additions and 64 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 = 49;
const uint16_t VERSION_MINOR = 53;
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;