From: hboehm Date: Fri, 28 Apr 2006 00:51:15 +0000 (+0000) Subject: 2006-04-27 Hans Boehm X-Git-Tag: gc7_0alpha7~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8eee17a4c7fb9bd2a930270063260b1b99b4eee;p=gc 2006-04-27 Hans Boehm * mallocx.c (GC_malloc_uncollectible): Remove erroneous lb redeclaration. --- diff --git a/mallocx.c b/mallocx.c index 91e41d5e..59e9a8d8 100644 --- a/mallocx.c +++ b/mallocx.c @@ -470,7 +470,6 @@ void * GC_malloc_uncollectable(size_t lb) GC_ASSERT(0 == op || GC_is_marked(op)); return((void *) op); } else { - size_t lb; hdr * hhdr; op = (ptr_t)GC_generic_malloc((word)lb, UNCOLLECTABLE);