forked from qt-creator/qt-creator
Removed unused argument.
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user