projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
424749c
)
Remove unused variable.
author
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 22 Sep 2006 11:33:46 +0000
(11:33 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 22 Sep 2006 11:33:46 +0000
(11:33 +0000)
src/mesa/main/mm.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/mm.c
b/src/mesa/main/mm.c
index 7a657dc3cad42fd0dfa22a6abc12f1e2bc6397ae..846c329c70d96233ab9d03495439e848c949aebf 100644
(file)
--- 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;