File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -2564,7 +2564,6 @@ class swift::DeclDeserializer {
2564
2564
}
2565
2565
2566
2566
ctor->setImplicitlyUnwrappedOptional (isIUO);
2567
- (void )ctor->getInterfaceType ();
2568
2567
2569
2568
return ctor;
2570
2569
}
@@ -3041,9 +3040,6 @@ class swift::DeclDeserializer {
3041
3040
cast<OpaqueTypeDecl>(MF.getDecl (opaqueReturnTypeID)));
3042
3041
}
3043
3042
3044
- // Compute the interface type.
3045
- (void )fn->getInterfaceType ();
3046
-
3047
3043
return fn;
3048
3044
}
3049
3045
@@ -3825,7 +3821,6 @@ class swift::DeclDeserializer {
3825
3821
3826
3822
dtor->setAccess (std::max (cast<ClassDecl>(DC)->getFormalAccess (),
3827
3823
AccessLevel::Internal));
3828
- (void )dtor->getInterfaceType ();
3829
3824
3830
3825
if (isImplicit)
3831
3826
dtor->setImplicit ();
You can’t perform that action at this time.
0 commit comments