diff --git a/lib/checkother.h b/lib/checkother.h index 6a0362098..d8bd4b0fc 100644 --- a/lib/checkother.h +++ b/lib/checkother.h @@ -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);