cygwin: remov unused winpids constructor
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
b8523353d7
commit
3885c06c4f
|
@ -226,8 +226,6 @@ public:
|
||||||
inline void reset () { release (); npids = 0;}
|
inline void reset () { release (); npids = 0;}
|
||||||
void set (bool winpid);
|
void set (bool winpid);
|
||||||
winpids (): make_copy (true) {}
|
winpids (): make_copy (true) {}
|
||||||
winpids (int): make_copy (false), npidlist (0), pidlist (NULL),
|
|
||||||
pinfolist (NULL), pinfo_access (0), npids (0) {}
|
|
||||||
winpids (DWORD acc): make_copy (false), npidlist (0), pidlist (NULL),
|
winpids (DWORD acc): make_copy (false), npidlist (0), pidlist (NULL),
|
||||||
pinfolist (NULL), pinfo_access (acc), npids (0)
|
pinfolist (NULL), pinfo_access (acc), npids (0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue