Merge pull request #322 from simartin/del_useless_fwd_decl

Remove unnecessary declaration (one line before the actual definition...)
This commit is contained in:
PKEuS 2014-05-25 23:54:20 +02:00
commit 1cb14f687f
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() != "?")