mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Drop the non-interface types from SILFunctionType.
There are some straggling references to the context generic param list, but nothing uses the non-interface param or result types anymore! Swift SVN r13725
This commit is contained in:
@@ -39,8 +39,6 @@ SILType SILBuilder::getPartialApplyResultType(SILType origTy, unsigned argCount,
|
||||
ParameterConvention::Direct_Owned,
|
||||
newParams,
|
||||
FTI->getInterfaceResult(),
|
||||
newParams,
|
||||
FTI->getInterfaceResult(),
|
||||
M.getASTContext());
|
||||
return SILType::getPrimitiveObjectType(appliedFnType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user