remove upgrading support for the old @class_protocol attribute.

Swift SVN r25526
This commit is contained in:
Chris Lattner
2015-02-25 02:04:06 +00:00
parent 58aadafe82
commit 99aa4352b2
9 changed files with 1 additions and 54 deletions

View File

@@ -51,7 +51,7 @@ const uint16_t VERSION_MAJOR = 0;
/// To ensure that two separate changes don't silently get merged into one
/// in source control, you should also update the comment to briefly
/// describe what change you made.
const uint16_t VERSION_MINOR = 175; // Last change: stub implementation
const uint16_t VERSION_MINOR = 176; // Last change: @class_protocol
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;