diff options
-rw-r--r-- | src/gallium/drivers/svga/svga_resource_texture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_resource_texture.c b/src/gallium/drivers/svga/svga_resource_texture.c index 9104b0ac751..450ed2b80c7 100644 --- a/src/gallium/drivers/svga/svga_resource_texture.c +++ b/src/gallium/drivers/svga/svga_resource_texture.c @@ -525,7 +525,6 @@ svga_texture_transfer_map(struct pipe_context *pipe, } else { SVGA3dSize baseLevelSize; - struct svga_texture *tex = svga_texture(texture); struct svga_winsys_surface *surf = tex->handle; uint8_t *map; boolean retry; |