Remove unused variable.
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 22 Sep 2006 11:33:46 +0000 (11:33 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 22 Sep 2006 11:33:46 +0000 (11:33 +0000)
src/mesa/main/mm.c

index 7a657dc..846c329 100644 (file)
@@ -234,8 +234,6 @@ Join2Blocks(struct mem_block *p)
 int
 mmFreeMem(struct mem_block *b)
 {
-   struct mem_block *heap = b->heap;
-
    if (!b)
       return 0;