refactoring: no need to hide functions because the definition isn't seen by the core program anyway.
This commit is contained in:
parent
b3856cbc5e
commit
1d0cd9c267
|
@ -191,10 +191,6 @@ public:
|
||||||
/** @brief experimental: checking via ExecutionPath */
|
/** @brief experimental: checking via ExecutionPath */
|
||||||
void localleaks();
|
void localleaks();
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
|
||||||
private:
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief %Check all variables in function scope
|
* @brief %Check all variables in function scope
|
||||||
* @param tok The first '{' token of the function scope
|
* @param tok The first '{' token of the function scope
|
||||||
|
|
Loading…
Reference in New Issue