mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[CSSimplify] NFC: Remove unused ASTContext reference left after SE-0347 flag
This commit is contained in:
@@ -1778,8 +1778,6 @@ static ConstraintSystem::TypeMatchResult matchCallArguments(
|
||||
// add a constraint from the parameter if necessary, otherwise
|
||||
// there is nothing to do but move to the next parameter.
|
||||
if (parameterBindings[paramIdx].empty() && callee) {
|
||||
auto &ctx = cs.getASTContext();
|
||||
|
||||
// Type inference from default value expressions.
|
||||
{
|
||||
auto *paramList = getParameterList(callee);
|
||||
|
||||
Reference in New Issue
Block a user