mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Remove unnecessary ModuleDecl parameter from GenericSignature::getSubstitutions()
This commit is contained in:
@@ -4006,7 +4006,7 @@ Type ModuleFile::getType(TypeID TID) {
|
||||
}
|
||||
|
||||
bool ok = true;
|
||||
sig->getSubstitutions(*getAssociatedModule(), mappings,
|
||||
sig->getSubstitutions(mappings,
|
||||
[&](CanType depTy, Type replacementTy, ProtocolType *proto)
|
||||
-> ProtocolConformanceRef {
|
||||
if (replacementTy->is<SubstitutableType>()
|
||||
|
||||
Reference in New Issue
Block a user