Cppcheck: Removed redundant code.

This commit is contained in:
Daniel Marjamäki 2012-09-15 16:00:46 +02:00
parent 7ec825cd5d
commit 2f7032a0e6
1 changed files with 0 additions and 4 deletions

View File

@ -495,10 +495,6 @@ void CppCheck::reportErr(const ErrorLogger::ErrorMessage &msg)
_errorList.push_back(errmsg);
if (_settings._verbose) {
errmsg += "\n Defines=\'" + cfg + "\'\n";
}
_errorLogger.reportErr(msg);
}