Remove unimplemented method
This commit is contained in:
parent
3a1a34751f
commit
eec5e1722b
|
@ -230,8 +230,6 @@ public:
|
||||||
|
|
||||||
void checkInterlockedDecrement();
|
void checkInterlockedDecrement();
|
||||||
|
|
||||||
void checkNewAfterDelete();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Error messages..
|
// Error messages..
|
||||||
void checkComparisonFunctionIsAlwaysTrueOrFalseError(const Token* tok, const std::string &strFunctionName, const std::string &varName, const bool result);
|
void checkComparisonFunctionIsAlwaysTrueOrFalseError(const Token* tok, const std::string &strFunctionName, const std::string &varName, const bool result);
|
||||||
|
|
Loading…
Reference in New Issue