From: Keith Whitwell Date: Fri, 22 Sep 2006 11:33:46 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: mesa-7.8~7024 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f118b9b40d5928c36fba9759e508d8f84fc2909d;p=platform%2Fupstream%2Fmesa.git Remove unused variable. --- diff --git a/src/mesa/main/mm.c b/src/mesa/main/mm.c index 7a657dc..846c329 100644 --- a/src/mesa/main/mm.c +++ b/src/mesa/main/mm.c @@ -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;