]> granicus.if.org Git - clang/commitdiff
Removed useless source loc field in UnresolvedUsingTypenameDecl node.
authorEnea Zaffanella <zaffanella@cs.unipr.it>
Tue, 23 Jul 2013 18:25:15 +0000 (18:25 +0000)
committerEnea Zaffanella <zaffanella@cs.unipr.it>
Tue, 23 Jul 2013 18:25:15 +0000 (18:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186974 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclCXX.h

index 381e955dead07fa60772d0b1c61080431d96205d..c2ed86b15ce87d15c64852bc1693e45e4801c6fc 100644 (file)
@@ -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;