mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 13:52:16 -08:00
Removed unused statements in unixint.d
This commit is contained in:
parent
c1794d9c38
commit
d7a072b4ad
1 changed files with 0 additions and 1 deletions
|
|
@ -783,7 +783,6 @@ ecl_check_pending_interrupts(cl_env_ptr env)
|
|||
static cl_object
|
||||
do_catch_signal(int code, cl_object action, cl_object process)
|
||||
{
|
||||
cl_object code_fixnum = ecl_make_fixnum(code);
|
||||
if (action == ECL_NIL || action == @':ignore') {
|
||||
mysignal(code, SIG_IGN);
|
||||
return ECL_T;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue