From: José Fonseca Date: Tue, 24 Feb 2009 11:22:24 +0000 (+0000) Subject: pipebuffer: Remove unused var. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=208dbc6832c58f030930cdfccb5f0a2b378a5eb1;p=mesa.git pipebuffer: Remove unused var. --- diff --git a/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c b/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c index 272e2205e34..556f26c0f0f 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);