From 2abbc6391670af9c7dfd306dd791efa14bdfd80f Mon Sep 17 00:00:00 2001 From: Enea Zaffanella Date: Tue, 23 Jul 2013 18:25:15 +0000 Subject: [PATCH] Removed useless source loc field in UnresolvedUsingTypenameDecl node. llvm-svn: 186974 --- clang/include/clang/AST/DeclCXX.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/clang/include/clang/AST/DeclCXX.h b/clang/include/clang/AST/DeclCXX.h index 381e955..c2ed86b 100644 --- a/clang/include/clang/AST/DeclCXX.h +++ b/clang/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; -- 2.7.4