mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Remove AbstractFunctionDecl::computeType()
Its functionality is entirely subsumed by InterfaceTypeRequest.
This commit is contained in:
@@ -685,7 +685,7 @@ createDesignatedInitOverride(ClassDecl *classDecl,
|
||||
|
||||
// Set the interface type of the initializer.
|
||||
ctor->setGenericSignature(genericSig);
|
||||
ctor->computeType();
|
||||
(void)ctor->getInterfaceType();
|
||||
|
||||
ctor->setImplicitlyUnwrappedOptional(
|
||||
superclassCtor->isImplicitlyUnwrappedOptional());
|
||||
|
||||
Reference in New Issue
Block a user