dzn: remove unused variable

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Louis-Francis Ratté-Boulianne <lfrb@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15790>
This commit is contained in:
Erik Faye-Lund
2022-03-25 15:43:06 +01:00
committed by Marge Bot
parent 96bbcb1e48
commit 76b0023c06

View File

@@ -1903,7 +1903,6 @@ dzn_cmd_buffer_blit_region(dzn_cmd_buffer *cmdbuf,
VK_FROM_HANDLE(dzn_image, src, info->srcImage);
VK_FROM_HANDLE(dzn_image, dst, info->dstImage);
ID3D12Device *dev = device->dev;
const VkImageBlit2 *region = &info->pRegions[r];
dzn_foreach_aspect(aspect, region->srcSubresource.aspectMask) {