mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Sema: Fold TypeAliasDecl::computeType() into validateDecl()
This commit is contained in:
@@ -103,7 +103,6 @@ void BuiltinUnit::LookupCache::lookupValue(
|
||||
const_cast<BuiltinUnit*>(&M));
|
||||
TAD->setUnderlyingType(Ty);
|
||||
TAD->setAccess(AccessLevel::Public);
|
||||
TAD->computeType();
|
||||
Entry = TAD;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user