summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-08-30 20:43:06 +0000
committerChristopher Faylor <me@cgf.cx>2003-08-30 20:43:06 +0000
commitb939e87080a51efffeec05862be1cb17eea96428 (patch)
tree4bc4d8b780579421fabbf9167dc8fc847c680c0e /winsup/cygwin/sigproc.cc
parent40f3536c526cdc68d9786652b7dbac4c9d8c4289 (diff)
downloadcygnal-b939e87080a51efffeec05862be1cb17eea96428.tar.gz
cygnal-b939e87080a51efffeec05862be1cb17eea96428.tar.bz2
cygnal-b939e87080a51efffeec05862be1cb17eea96428.zip
* sigproc.cc (sig_dispatch_pending): Remove explicit call to
thisframe.call_signal_handler.
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r--winsup/cygwin/sigproc.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index fd4f295cc..69234f5bf 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -559,9 +559,6 @@ sig_dispatch_pending ()
#endif
}
- if (was_pending)
- thisframe.call_signal_handler ();
-
return was_pending;
}