[newlib-cygwin] cygwin: remov unused winpids constructor

Corinna Vinschen corinna@sourceware.org
Mon Apr 24 12:22:00 GMT 2017


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=3885c06c4f9ec813c0a649d3273a6b4ad14fedf2

commit 3885c06c4f9ec813c0a649d3273a6b4ad14fedf2
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Mon Apr 24 14:22:02 2017 +0200

    cygwin: remov unused winpids constructor
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/pinfo.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h
index 7ad1294..aedb3d4 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)
   {



More information about the Cygwin-cvs mailing list