Skip to content

Commit 1d0cd9c

Browse files
author
Daniel Marjamäki
committed
refactoring: no need to hide functions because the definition isn't seen by the core program anyway.
1 parent b3856cb commit 1d0cd9c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/checkmemoryleak.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,6 @@ class CheckMemoryLeakInFunction : private Check, public CheckMemoryLeak
191191
/** @brief experimental: checking via ExecutionPath */
192192
void localleaks();
193193

194-
#ifndef _MSC_VER
195-
private:
196-
#endif
197-
198194
/**
199195
* @brief %Check all variables in function scope
200196
* @param tok The first '{' token of the function scope

0 commit comments

Comments
 (0)