From f118b9b40d5928c36fba9759e508d8f84fc2909d Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 22 Sep 2006 11:33:46 +0000 Subject: Remove unused variable. --- src/mesa/main/mm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/main/mm.c') diff --git a/src/mesa/main/mm.c b/src/mesa/main/mm.c index 7a657dc3ca..846c329c70 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; -- cgit v1.2.3