r186974 - Removed useless source loc field in UnresolvedUsingTypenameDecl node.

Enea Zaffanella zaffanella at cs.unipr.it
Tue Jul 23 11:25:15 PDT 2013


Author: enea
Date: Tue Jul 23 13:25:15 2013
New Revision: 186974

URL: http://llvm.org/viewvc/llvm-project?rev=186974&view=rev
Log:
Removed useless source loc field in UnresolvedUsingTypenameDecl node.

Modified:
    cfe/trunk/include/clang/AST/DeclCXX.h

Modified: cfe/trunk/include/clang/AST/DeclCXX.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclCXX.h?rev=186974&r1=186973&r2=186974&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclCXX.h (original)
+++ cfe/trunk/include/clang/AST/DeclCXX.h Tue Jul 23 13:25:15 2013
@@ -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;
 





More information about the cfe-commits mailing list