* sigproc.cc (sig_dispatch_pending): Remove explicit call to

thisframe.call_signal_handler.
This commit is contained in:
Christopher Faylor
2003-08-30 20:43:06 +00:00
parent 40f3536c52
commit b939e87080
3 changed files with 6 additions and 3 deletions

View File

@@ -559,9 +559,6 @@ sig_dispatch_pending ()
#endif
}
if (was_pending)
thisframe.call_signal_handler ();
return was_pending;
}