From: Charmaine Lee Date: Thu, 7 Dec 2017 20:04:17 +0000 (-0800) Subject: svga: remove unused variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=379a2f265f95b7a8efd4fd8d13ffef3622d2c62b;p=mesa.git svga: remove unused variable Trivial. --- diff --git a/src/gallium/drivers/svga/svga_pipe_blit.c b/src/gallium/drivers/svga/svga_pipe_blit.c index 55eee9220bf..57df5f4c489 100644 --- a/src/gallium/drivers/svga/svga_pipe_blit.c +++ b/src/gallium/drivers/svga/svga_pipe_blit.c @@ -122,7 +122,6 @@ copy_region_vgpu10(struct svga_context *svga, struct pipe_resource *src_tex, unsigned dst_level, unsigned dst_layer_face, unsigned width, unsigned height, unsigned depth) { - enum pipe_error ret; uint32 srcSubResource, dstSubResource; struct svga_texture *dtex, *stex;