From: Corinna Vinschen Date: Mon, 24 Apr 2017 12:22:02 +0000 (+0200) Subject: cygwin: remov unused winpids constructor X-Git-Tag: newlib-snapshot-20170519~10 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=3885c06c4f9ec813c0a649d3273a6b4ad14fedf2;p=newlib-cygwin.git cygwin: remov unused winpids constructor Signed-off-by: Corinna Vinschen --- diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h index 7ad12941c..aedb3d400 100644 --- a/winsup/cygwin/pinfo.h +++ b/winsup/cygwin/pinfo.h @@ -226,8 +226,6 @@ public: inline void reset () { release (); npids = 0;} void set (bool winpid); 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), pinfolist (NULL), pinfo_access (acc), npids (0) {