Merge pull request #322 from simartin/del_useless_fwd_decl
Remove unnecessary declaration (one line before the actual definition...)
This commit is contained in:
commit
1cb14f687f
|
@ -2065,8 +2065,6 @@ void Tokenizer::arraySize()
|
|||
}
|
||||
}
|
||||
|
||||
static Token *skipTernaryOp(Token *);
|
||||
|
||||
static Token *skipTernaryOp(Token *tok)
|
||||
{
|
||||
if (!tok || tok->str() != "?")
|
||||
|
|
Loading…
Reference in New Issue