Skip to content

Commit

Permalink
[flang] Remove a leftover debugging message. (#108175)
Browse files Browse the repository at this point in the history
  • Loading branch information
abidh authored Sep 11, 2024
1 parent 4570984 commit 108ed9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flang/lib/Semantics/expression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2744,7 +2744,6 @@ std::pair<const Symbol *, bool> ExpressionAnalyzer::ResolveGeneric(
(!procedure->IsElemental() && nonElemental)) {
int d{ComputeCudaMatchingDistance(
context_.languageFeatures(), *procedure, localActuals)};
llvm::errs() << "matching distance: " << d << "\n";
if (d != crtMatchingDistance) {
if (d > crtMatchingDistance) {
continue;
Expand Down

0 comments on commit 108ed9d

Please sign in to comment.