diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2006-09-22 11:33:46 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2006-09-22 11:33:46 +0000 |
commit | f118b9b40d5928c36fba9759e508d8f84fc2909d (patch) | |
tree | 7a854e63982022537c050047b4f785cee6aacd5c /src/mesa | |
parent | 424749c3d5a37807d8b600886e045f77da03db67 (diff) |
Remove unused variable.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/mm.c | 2 |
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; |