Removed unused statements in unixint.d

This commit is contained in:
Juan Jose Garcia Ripoll 2012-08-15 20:02:55 +02:00
parent c1794d9c38
commit d7a072b4ad

View file

@ -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;