Remove unimplemented method

This commit is contained in:
Dmitry-Me 2015-08-10 18:02:49 +03:00
parent 3a1a34751f
commit eec5e1722b
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);