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 fd8ffc8..46e2a7b 100644
--- a/lib/Sema/SemaDeclCXX.cpp
+++ b/lib/Sema/SemaDeclCXX.cpp
@@ -4282,7 +4282,6 @@
// 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();