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 c70514a commit 27fb788Copy full SHA for 27fb788
lib/Sema/CSSimplify.cpp
@@ -1778,8 +1778,6 @@ static ConstraintSystem::TypeMatchResult matchCallArguments(
1778
// add a constraint from the parameter if necessary, otherwise
1779
// there is nothing to do but move to the next parameter.
1780
if (parameterBindings[paramIdx].empty() && callee) {
1781
- auto &ctx = cs.getASTContext();
1782
-
1783
// Type inference from default value expressions.
1784
{
1785
auto *paramList = getParameterList(callee);
0 commit comments