mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Remove an overload of GenericSignature::getSubstitutions()
This commit is contained in:
@@ -95,8 +95,11 @@ void Solution::computeSubstitutions(
|
||||
ConformanceCheckFlags::Used));
|
||||
};
|
||||
|
||||
sig->getSubstitutions(QueryTypeSubstitutionMap{subs},
|
||||
lookupConformanceFn, result);
|
||||
auto subMap = sig->getSubstitutionMap(
|
||||
QueryTypeSubstitutionMap{subs},
|
||||
lookupConformanceFn);
|
||||
|
||||
sig->getSubstitutions(subMap, result);
|
||||
}
|
||||
|
||||
void Solution::computeSubstitutions(
|
||||
|
||||
Reference in New Issue
Block a user