diff --git a/lib/checkmemoryleak.h b/lib/checkmemoryleak.h index 4e70bbb20..a118fa0db 100644 --- a/lib/checkmemoryleak.h +++ b/lib/checkmemoryleak.h @@ -191,10 +191,6 @@ public: /** @brief experimental: checking via ExecutionPath */ void localleaks(); -#ifndef _MSC_VER -private: -#endif - /** * @brief %Check all variables in function scope * @param tok The first '{' token of the function scope