Fixed MSVC warning - removed unused variable/function declaration.

This commit is contained in:
PKEuS 2013-02-28 12:51:48 -08:00
parent 670c4de8a9
commit 7283152d58
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ void CheckOther::checkCastIntToCharAndBack()
const Scope * scope = symbolDatabase->functionScopes[i];
unsigned int uiVarId = 0;
std::string strFunctionName;
const std::string strFunctionsToSearch();
for (const Token* tok = scope->classStart->next(); tok != scope->classEnd; tok = tok->next()) {
if (Token::Match(tok, "%var% = fclose|fflush|fputc|fputs|fscanf|getchar|getc|fgetc|putchar|putc|puts|scanf|sscanf|ungetc (")) {
if (tok->varId()) {