From eec5e1722bd3bb6689fd2a7c129ed2873af1c4d9 Mon Sep 17 00:00:00 2001 From: Dmitry-Me Date: Mon, 10 Aug 2015 18:02:49 +0300 Subject: [PATCH] Remove unimplemented method --- lib/checkother.h | 2 -- 1 file changed, 2 deletions(-) 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);