Skip to content

Commit 108ed9d

Browse files
authored
[flang] Remove a leftover debugging message. (#108175)
1 parent 4570984 commit 108ed9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/lib/Semantics/expression.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2744,7 +2744,6 @@ std::pair<const Symbol *, bool> ExpressionAnalyzer::ResolveGeneric(
27442744
(!procedure->IsElemental() && nonElemental)) {
27452745
int d{ComputeCudaMatchingDistance(
27462746
context_.languageFeatures(), *procedure, localActuals)};
2747-
llvm::errs() << "matching distance: " << d << "\n";
27482747
if (d != crtMatchingDistance) {
27492748
if (d > crtMatchingDistance) {
27502749
continue;

0 commit comments

Comments
 (0)