Sema: Fold TypeAliasDecl::computeType() into validateDecl()

This commit is contained in:
Slava Pestov
2019-10-10 02:12:21 -04:00
parent 797a7974bc
commit 6974448b1e
8 changed files with 13 additions and 35 deletions

View File

@@ -103,7 +103,6 @@ void BuiltinUnit::LookupCache::lookupValue(
const_cast<BuiltinUnit*>(&M));
TAD->setUnderlyingType(Ty);
TAD->setAccess(AccessLevel::Public);
TAD->computeType();
Entry = TAD;
}
}