[NFC] Remove AbstractFunctionDecl::computeType()

Its functionality is entirely subsumed by InterfaceTypeRequest.
This commit is contained in:
Robert Widmann
2019-10-21 09:50:06 -07:00
parent bb83722113
commit 497a2227ba
11 changed files with 32 additions and 86 deletions

View File

@@ -144,7 +144,7 @@ static ValueDecl *deriveInitDecl(DerivedConformance &derived, Type paramType,
synthesizer(initDecl);
// Compute the interface type of the initializer.
initDecl->computeType();
(void)initDecl->getInterfaceType();
initDecl->setAccess(derived.Nominal->getFormalAccess());