Skip to content

Commit 714c40d

Browse files
committed
The for-loop is not dead
1 parent e2ef79e commit 714c40d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/SemaOverload.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13501,7 +13501,6 @@ Sema::resolveAddressOfSingleOverloadCandidate(Expr *E, DeclAccessPair &Pair) {
1350113501
if (Result) {
1350213502
// We skipped over some ambiguous declarations which might be ambiguous with
1350313503
// the selected result.
13504-
// FIXME: This for-loop is dead code. Remove it?
1350513504
for (FunctionDecl *Skipped : AmbiguousDecls) {
1350613505
// If skipped candidate has different CUDA preference than the result,
1350713506
// there is no ambiguity. Otherwise check whether they have different

0 commit comments

Comments
 (0)