[CSSimplify] NFC: Remove unused ASTContext reference left after SE-0347 flag

This commit is contained in:
Pavel Yaskevich
2022-04-11 15:17:15 -07:00
parent c70514ad74
commit 27fb7885aa

View File

@@ -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);