diff options
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r-- | winsup/cygwin/sigproc.cc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index 844e80a2b..b1fea5219 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -125,23 +125,6 @@ signal_fixup_after_exec () } } -/* Determine if the parent process is alive. - */ - -bool __stdcall -my_parent_is_alive () -{ - bool res; - if (myself->cygstarted) - res = pid_exists (myself->ppid); - else - { - debug_printf ("Not started by cygwin app"); - res = false; - } - return res; -} - void __stdcall wait_for_sigthread () { |