From b1307dc0e173ba1d0b32e6c5fdb06b8aaf9e69dc Mon Sep 17 00:00:00 2001 From: Marc Alff Date: Mon, 16 May 2011 22:47:59 +0200 Subject: Fixed code review comments --- mysys/lf_alloc-pin.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mysys/lf_alloc-pin.c') diff --git a/mysys/lf_alloc-pin.c b/mysys/lf_alloc-pin.c index cef51c89076..127d7807761 100644 --- a/mysys/lf_alloc-pin.c +++ b/mysys/lf_alloc-pin.c @@ -344,8 +344,7 @@ static void _lf_pinbox_real_free(LF_PINS *pins) #ifdef HAVE_ALLOCA if (pins->stack_ends_here != NULL) { - int alloca_size; - alloca_size= sizeof(void *)*LF_PINBOX_PINS*npins; + int alloca_size= sizeof(void *)*LF_PINBOX_PINS*npins; /* create a sorted list of pinned addresses, to speed up searches */ if (available_stack_size(&pinbox, *pins->stack_ends_here) > alloca_size) { -- cgit v1.2.1