diff options
author | Charmaine Lee <[email protected]> | 2017-12-07 12:04:17 -0800 |
---|---|---|
committer | Brian Paul <[email protected]> | 2018-09-10 13:07:30 -0600 |
commit | 379a2f265f95b7a8efd4fd8d13ffef3622d2c62b (patch) | |
tree | 81a6b7887dc441a76585168f4133faafb53ce323 /src/gallium/drivers/svga | |
parent | cbcc416a5863bfd40038392e65521c8fbd362405 (diff) |
svga: remove unused variable
Trivial.
Diffstat (limited to 'src/gallium/drivers/svga')
-rw-r--r-- | src/gallium/drivers/svga/svga_pipe_blit.c | 1 |
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; |