We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46b433 commit f49233eCopy full SHA for f49233e
include/swift/SIL/TypeLowering.h
@@ -380,12 +380,6 @@ struct SILConstantInfo {
380
return SILType::getPrimitiveObjectType(SILFnType);
381
}
382
383
- ArrayRef<Substitution> getForwardingSubstitutions(ASTContext &C) {
384
- if (!ContextGenericParams)
385
- return { };
386
- return ContextGenericParams->getForwardingSubstitutions(C);
387
- }
388
-
389
friend bool operator==(SILConstantInfo lhs, SILConstantInfo rhs) {
390
return lhs.FormalInterfaceType == rhs.FormalInterfaceType &&
391
lhs.LoweredInterfaceType == rhs.LoweredInterfaceType &&
0 commit comments