From 379a2f265f95b7a8efd4fd8d13ffef3622d2c62b Mon Sep 17 00:00:00 2001 From: Charmaine Lee Date: Thu, 7 Dec 2017 12:04:17 -0800 Subject: [PATCH] svga: remove unused variable Trivial. --- src/gallium/drivers/svga/svga_pipe_blit.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.30.2