Removed member NestedNameSpecifierAST::next

This commit is contained in:
Roberto Raggi
2009-11-10 15:18:43 +01:00
parent 30c67f43df
commit 6aa70ac9e0
2 changed files with 1 additions and 2 deletions

View File

@@ -1159,7 +1159,6 @@ class CPLUSPLUS_EXPORT NestedNameSpecifierAST: public AST
public:
NameAST *class_or_namespace_name;
unsigned scope_token;
NestedNameSpecifierAST *next;
public:
virtual NestedNameSpecifierAST *asNestedNameSpecifier() { return this; }