* sigproc.cc (sig_dispatch_pending): Remove explicit call to
thisframe.call_signal_handler.
This commit is contained in:
@@ -559,9 +559,6 @@ sig_dispatch_pending ()
|
||||
#endif
|
||||
}
|
||||
|
||||
if (was_pending)
|
||||
thisframe.call_signal_handler ();
|
||||
|
||||
return was_pending;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user