Removed unused argument.

This commit is contained in:
Roberto Raggi
2009-12-08 11:58:02 +01:00
parent d247c0e1e6
commit 2811d0caf3

View File

@@ -2719,7 +2719,7 @@ bool Parser::parseAttributeSpecifier(SpecifierListAST *&node)
return true; return true;
} }
bool Parser::parseAttributeList(AttributeListAST *&node) // ### create the AST bool Parser::parseAttributeList(AttributeListAST *&) // ### create the AST
{ {
DEBUG_THIS_RULE(); DEBUG_THIS_RULE();