summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharmaine Lee <charmainel@vmware.com>2017-12-07 12:04:17 -0800
committerBrian Paul <brianp@vmware.com>2018-09-10 13:07:30 -0600
commit379a2f265f95b7a8efd4fd8d13ffef3622d2c62b (patch)
tree81a6b7887dc441a76585168f4133faafb53ce323 /src
parentcbcc416a5863bfd40038392e65521c8fbd362405 (diff)
svga: remove unused variable
Trivial.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/svga/svga_pipe_blit.c1
1 files changed, 0 insertions, 1 deletions
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;