Removed useless source loc field in UnresolvedUsingTypenameDecl node.

llvm-svn: 186974
This commit is contained in:
Enea Zaffanella 2013-07-23 18:25:15 +00:00
parent 76859d6cb2
commit 2abbc63916
1 changed files with 0 additions and 3 deletions

View 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;