This commit is contained in:
Martin Ettl 2015-08-10 23:10:11 +02:00
commit 1b2a6903cb
1 changed files with 0 additions and 2 deletions

View File

@ -230,8 +230,6 @@ public:
void checkInterlockedDecrement();
void checkNewAfterDelete();
private:
// Error messages..
void checkComparisonFunctionIsAlwaysTrueOrFalseError(const Token* tok, const std::string &strFunctionName, const std::string &varName, const bool result);