2006-04-27 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Fri, 28 Apr 2006 00:51:15 +0000 (00:51 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:37 +0000 (21:06 +0400)
* mallocx.c (GC_malloc_uncollectible): Remove erroneous lb
redeclaration.

mallocx.c

index 91e41d5..59e9a8d 100644 (file)
--- 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);