Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
2811d0ca
Commit
2811d0ca
authored
Dec 08, 2009
by
Roberto Raggi
Browse files
Removed unused argument.
parent
d247c0e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/shared/cplusplus/Parser.cpp
View file @
2811d0ca
...
...
@@ -2719,7 +2719,7 @@ bool Parser::parseAttributeSpecifier(SpecifierListAST *&node)
return
true
;
}
bool
Parser
::
parseAttributeList
(
AttributeListAST
*&
node
)
// ### create the AST
bool
Parser
::
parseAttributeList
(
AttributeListAST
*&
)
// ### create the AST
{
DEBUG_THIS_RULE
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment