diff options
-rw-r--r-- | lib/Sema/SemaDeclCXX.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |