From: Eric Fiselier Date: Mon, 10 Jul 2017 02:59:26 +0000 (+0000) Subject: Remove incorrect FIXME comment; the FIXME was addressed before the changes were committed X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdaa7145a1278dc967c6e1acaa6225b0541525a3;p=clang Remove incorrect FIXME comment; the FIXME was addressed before the changes were committed git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307515 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaCoroutine.cpp b/lib/Sema/SemaCoroutine.cpp index 71b74acc06..dc7d8e4e9c 100644 --- a/lib/Sema/SemaCoroutine.cpp +++ b/lib/Sema/SemaCoroutine.cpp @@ -745,8 +745,6 @@ static Expr *buildStdNoThrowDeclRef(Sema &S, SourceLocation Loc) { return nullptr; } - // FIXME: Mark the variable as ODR used. This currently does not work - // likely due to the scope at in which this function is called. auto *VD = Result.getAsSingle(); if (!VD) { Result.suppressDiagnostics();