From 1d0cd9c2671308f0aeb0bb4ba5664ca255724528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 17 Mar 2010 21:26:56 +0100 Subject: [PATCH] refactoring: no need to hide functions because the definition isn't seen by the core program anyway. --- lib/checkmemoryleak.h | 4 ---- 1 file changed, 4 deletions(-) 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