diff options
author | Christopher Faylor <me@cgf.cx> | 2013-03-01 16:28:09 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-03-01 16:28:09 +0000 |
commit | 4afefdec518583e56b834a3b28dba2fe61986dff (patch) | |
tree | fc73a166c991eaff183cd3735d0ef9c28187640f | |
parent | f77f82bba5f30a4ac10492d8aa37970b11831b61 (diff) | |
download | newlib-4afefdec518583e56b834a3b28dba2fe61986dff.zip newlib-4afefdec518583e56b834a3b28dba2fe61986dff.tar.gz newlib-4afefdec518583e56b834a3b28dba2fe61986dff.tar.bz2 |
Remove now-inappropriate comment.
-rw-r--r-- | winsup/cygwin/exceptions.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index c774738..4b42471 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -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"); |