diff options
Diffstat (limited to 'src/mesa/main/mm.c')
-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 7a657dc3cad..846c329c70d 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; |