summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-02-24 11:22:24 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-02-24 11:22:24 +0000
commit208dbc6832c58f030930cdfccb5f0a2b378a5eb1 (patch)
tree86567c74c75004a7bf6135b507a54de7ca5b8746 /src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
parent00f0b05d5f14256213f744c3b8e4ce82611e0ba1 (diff)
pipebuffer: Remove unused var.
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c')
-rw-r--r--src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c1
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 272e2205e3..556f26c0f0 100644
--- a/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
+++ b/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
@@ -513,7 +513,6 @@ fenced_buffer_list_dump(struct fenced_buffer_list *fenced_list)
struct pb_fence_ops *ops = fenced_list->ops;
struct list_head *curr, *next;
struct fenced_buffer *fenced_buf;
- struct pipe_fence_handle *prev_fence = NULL;
pipe_mutex_lock(fenced_list->mutex);