From: Brian Paul Date: Tue, 16 Aug 2016 14:27:49 +0000 (-0600) Subject: svga: remove unused var in svga_mark_surfaces_dirty() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b6c81a780f4afe58350d3bf327c25045f09e4050;p=mesa.git svga: remove unused var in svga_mark_surfaces_dirty() Signed-off-by: Brian Paul --- diff --git a/src/gallium/drivers/svga/svga_surface.c b/src/gallium/drivers/svga/svga_surface.c index e2990630710..8dd1868f6dc 100644 --- a/src/gallium/drivers/svga/svga_surface.c +++ b/src/gallium/drivers/svga/svga_surface.c @@ -559,7 +559,6 @@ svga_mark_surface_dirty(struct pipe_surface *surf) void svga_mark_surfaces_dirty(struct svga_context *svga) { - struct svga_screen *svgascreen = svga_screen(svga->pipe.screen); unsigned i; for (i = 0; i < svga->curr.framebuffer.nr_cbufs; i++) {