Remove unnecessary declaration (one line before the actual definition...
This commit is contained in:
parent
7b36bbbba8
commit
c027c526a9
|
@ -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