Removed further warnings about uninitialized or unused variables and functions

This commit is contained in:
Juan Jose Garcia Ripoll 2012-04-11 23:04:27 +02:00
parent a7eead6ba7
commit fbd3587b1a
15 changed files with 21 additions and 48 deletions

View file

@ -48,8 +48,6 @@ static const cl_object ecl_aet_name[] = {
@'base-char' /* aet_bc */
};
static void check_displaced (cl_object dlist, cl_object orig, cl_index newdim);
static void FEbad_aet() ecl_attr_noreturn;
static void
@ -731,12 +729,6 @@ address_inc(void *address, cl_fixnum inc, cl_elttype elt_type)
}
}
static void *
array_address(cl_object x, cl_index inc)
{
return address_inc(x->array.self.t, inc, x->array.elttype);
}
cl_object
cl_array_element_type(cl_object a)
{