Remove unimplemented method
This commit is contained in:
parent
3a1a34751f
commit
eec5e1722b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue