mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove IdentifierType from the type system.
Swift SVN r6327
This commit is contained in:
@@ -1495,15 +1495,6 @@ Type ModuleFile::getType(TypeID TID) {
|
||||
break;
|
||||
}
|
||||
|
||||
case decls_block::IDENTIFIER_TYPE: {
|
||||
TypeID mappedID;
|
||||
decls_block::IdentifierTypeLayout::readRecord(scratch, mappedID);
|
||||
// FIXME: Actually recreate the IdentifierType instead of just aliasing the
|
||||
// underlying mapped type.
|
||||
typeOrOffset = getType(mappedID);
|
||||
break;
|
||||
}
|
||||
|
||||
case decls_block::FUNCTION_TYPE: {
|
||||
TypeID inputID;
|
||||
TypeID resultID;
|
||||
|
||||
Reference in New Issue
Block a user