1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

unused variable in last change

This commit is contained in:
Kevin Ryde 2007-03-06 00:20:13 +00:00
parent f548a5d7ff
commit c071ffc8d7

View file

@ -436,7 +436,6 @@ SCM_DEFINE (scm_make_struct, "make-struct", 2, 0, 1,
if (tail_elts != 0)
{
SCM layout_str, last_char;
int last_c;
if (basic_size == 0)
{