cppcheck: removed the 'this may take several minutes' when checking unused functions. The check is much faster nowadays

This commit is contained in:
Daniel Marjamäki 2009-05-31 07:48:35 +02:00
parent bf98ff85e5
commit 2cbbc65691
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ unsigned int CppCheck::check()
{
_errout.str("");
if (_settings._errorsOnly == false)
_errorLogger->reportOut("Checking usage of global functions (this may take several minutes)..");
_errorLogger->reportOut("Checking usage of global functions..");
_checkFunctionUsage.check();
}