]> sourceware.org Git - newlib-cygwin.git/commitdiff
Remove now-inappropriate comment.
authorChristopher Faylor <me@cgf.cx>
Fri, 1 Mar 2013 16:28:09 +0000 (16:28 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 1 Mar 2013 16:28:09 +0000 (16:28 +0000)
winsup/cygwin/exceptions.cc

index c7747388cd4045f900b0c8224ca8a5f1063b9d23..4b424715d28ab5f192bbb9beb6b9b37c74bed067 100644 (file)
@@ -613,8 +613,6 @@ exception::handle (EXCEPTION_RECORD *e, exception_list *frame, CONTEXT *in, void
      will be removed automatically after our exception handler returns. */
   _except_list->handler = handle;
 
-  /* Another exception could happen while tracing or while exiting.
-     Only do this once.  */
   if (exit_state >= ES_SIGNAL_EXIT
       && (NTSTATUS) e->ExceptionCode != STATUS_CONTROL_C_EXIT)
     api_fatal ("Exception during process exit");
This page took 0.031019 seconds and 5 git commands to generate.