summaryrefslogtreecommitdiff
path: root/src/mesa/main/mm.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2006-09-22 11:33:46 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2006-09-22 11:33:46 +0000
commitf118b9b40d5928c36fba9759e508d8f84fc2909d (patch)
tree7a854e63982022537c050047b4f785cee6aacd5c /src/mesa/main/mm.c
parent424749c3d5a37807d8b600886e045f77da03db67 (diff)
Remove unused variable.
Diffstat (limited to 'src/mesa/main/mm.c')
-rw-r--r--src/mesa/main/mm.c2
1 files changed, 0 insertions, 2 deletions
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;