diff options
Diffstat (limited to 'winsup/cygwin/pinfo.h')
-rw-r--r-- | winsup/cygwin/pinfo.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h index 271e51a27..dd49cd819 100644 --- a/winsup/cygwin/pinfo.h +++ b/winsup/cygwin/pinfo.h @@ -72,11 +72,6 @@ public: int ctty; /* Control tty */ bool has_pgid_children;/* True if we've forked or spawned children with our GID. */ - /* token is needed if sexec should be called. It can be set by a call - to `set_impersonation_token()'. */ - HANDLE token; - BOOL impersonated; - /* Resources used by process. */ long start_time; struct rusage rusage_self; |