Remove unnecessary declaration (one line before the actual definition...

This commit is contained in:
Simon Martin 2014-05-25 22:04:51 +02:00
parent 7b36bbbba8
commit c027c526a9
1 changed files with 0 additions and 2 deletions

View File

@ -2065,8 +2065,6 @@ void Tokenizer::arraySize()
}
}
static Token *skipTernaryOp(Token *);
static Token *skipTernaryOp(Token *tok)
{
if (!tok || tok->str() != "?")