forked from OSchip/llvm-project
Removed useless source loc field in UnresolvedUsingTypenameDecl node.
llvm-svn: 186974
This commit is contained in:
parent
76859d6cb2
commit
2abbc63916
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue