Merge pull request #635 from Dmitry-Me/removeUnimplementedMethod

Remove unimplemented method
This commit is contained in:
PKEuS 2015-08-10 23:00:22 +02:00
commit bce45fb328
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);