From: Enea Zaffanella Date: Tue, 23 Jul 2013 18:25:15 +0000 (+0000) Subject: Removed useless source loc field in UnresolvedUsingTypenameDecl node. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e673f8f2412437b83b57a4abdb2c06974bad0bd;p=clang Removed useless source loc field in UnresolvedUsingTypenameDecl node. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186974 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/DeclCXX.h b/include/clang/AST/DeclCXX.h index 381e955dea..c2ed86b15c 100644 --- a/include/clang/AST/DeclCXX.h +++ b/include/clang/AST/DeclCXX.h @@ -2952,9 +2952,6 @@ public: class UnresolvedUsingTypenameDecl : public TypeDecl { virtual void anchor(); - /// \brief The source location of the 'using' keyword - SourceLocation UsingLocation; - /// \brief The source location of the 'typename' keyword SourceLocation TypenameLocation;