Mesa (master): pipebuffer: Remove unused var.

Keith Whitwell keithw at kemper.freedesktop.org
Tue Mar 3 11:55:33 UTC 2009


Module: Mesa
Branch: master
Commit: 802a5ff507e44eafe86b687f603d496c3846fd50
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=802a5ff507e44eafe86b687f603d496c3846fd50

Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue Feb 24 11:22:24 2009 +0000

pipebuffer: Remove unused var.

---

 .../auxiliary/pipebuffer/pb_buffer_fenced.c        |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c b/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
index c3d7478..91b55c8 100644
--- a/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
+++ b/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
@@ -476,7 +476,6 @@ fenced_buffer_list_dump(struct fenced_buffer_list *fenced_list)
    struct pipe_winsys *winsys = fenced_list->winsys;
    struct list_head *curr, *next;
    struct fenced_buffer *fenced_buf;
-   struct pipe_fence_handle *prev_fence = NULL;
 
    pipe_mutex_lock(fenced_list->mutex);
 




More information about the mesa-commit mailing list