Revert "Introduce a "@box T" type for SIL."

This reverts commit r29474 because it looks like it is breaking the
build of the SpriteKit overlay.

Swift SVN r29482
This commit is contained in:
Mark Lacey
2015-06-18 06:28:04 +00:00
parent f56ca1ed68
commit 39087cd36b
25 changed files with 4 additions and 168 deletions

View File

@@ -3788,14 +3788,6 @@ Type ModuleFile::getType(TypeID TID) {
->getCanonicalType());
break;
}
case decls_block::SIL_BOX_TYPE: {
TypeID boxID;
decls_block::SILBoxTypeLayout::readRecord(scratch, boxID);
typeOrOffset = SILBoxType::get(getType(boxID)->getCanonicalType());
break;
}
case decls_block::SIL_FUNCTION_TYPE: {
TypeID interfaceResultID;