From: Chris Lattner Date: Sun, 25 Oct 2009 21:19:07 +0000 (+0000) Subject: remove a nonsensical todo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a597a9d1c5ad409eb48b821e1ceb95057701214;p=clang remove a nonsensical todo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85067 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDeclCXX.cpp b/lib/Sema/SemaDeclCXX.cpp index fd8ffc8302..46e2a7b0e1 100644 --- a/lib/Sema/SemaDeclCXX.cpp +++ b/lib/Sema/SemaDeclCXX.cpp @@ -4282,7 +4282,6 @@ Sema::DeclPtrTy Sema::ActOnFriendTypeDecl(Scope *S, const DeclSpec &DS, // friend templates because ActOnTag never produces a ClassTemplateDecl // for a TUK_Friend. Declarator TheDeclarator(DS, Declarator::MemberContext); - // TODO: Should use D.SetIdentifier() to specify where the identifier is? QualType T = GetTypeForDeclarator(TheDeclarator, S); if (TheDeclarator.isInvalidType()) return DeclPtrTy();