diff options
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r-- | winsup/cygwin/exceptions.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index 15a9eb117..bc6f6e6ed 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -797,10 +797,6 @@ setup_handler (int sig, void *handler, struct sigaction& siga, _threadinfo *tls) { __stack_t retaddr; __stack_t *retaddr_on_stack = tls->stackptr - 1; -#ifdef DEBUGGING - if (tls->stackptr > (tls->stack + 1)) - try_to_debug (); -#endif if (retaddr_on_stack >= tls->stack && (retaddr = InterlockedExchange ((LONG *) retaddr_on_stack, 0))) { |