svga: remove unused variable

Trivial.
This commit is contained in:
Charmaine Lee 2017-12-07 12:04:17 -08:00 committed by Brian Paul
parent cbcc416a58
commit 379a2f265f

View file

@ -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;