From c027c526a9050412d6a85f4c2465d0b12ed2cce8 Mon Sep 17 00:00:00 2001 From: Simon Martin Date: Sun, 25 May 2014 22:04:51 +0200 Subject: [PATCH] Remove unnecessary declaration (one line before the actual definition... --- lib/tokenize.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/tokenize.cpp b/lib/tokenize.cpp index 80c8a1763..2fcd692a9 100644 --- a/lib/tokenize.cpp +++ b/lib/tokenize.cpp @@ -2065,8 +2065,6 @@ void Tokenizer::arraySize() } } -static Token *skipTernaryOp(Token *); - static Token *skipTernaryOp(Token *tok) { if (!tok || tok->str() != "?")