Skip to content

Commit 06eba02

Browse files
committed
Sema: Remove leftover call to anchor.dump() in CSDiagnostics.cpp
1 parent 731d903 commit 06eba02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Sema/CSDiagnostics.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7059,7 +7059,6 @@ bool ExtraneousCallFailure::diagnoseAsError() {
70597059
}
70607060
}
70617061

7062-
anchor.dump();
70637062
auto diagnostic =
70647063
emitDiagnostic(diag::cannot_call_non_function_value, getType(anchor));
70657064
removeParensFixIt(diagnostic);

0 commit comments

Comments
 (0)