mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-09 05:30:35 +01:00
svga: remove unused variable
Trivial.
This commit is contained in:
parent
cbcc416a58
commit
379a2f265f
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue