mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 06:20:09 +01:00
nvk: drop dead assignment
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
683102a3bd
commit
3974f88de7
1 changed files with 0 additions and 1 deletions
|
|
@ -118,7 +118,6 @@ nvk_allocate_memory(struct nvk_device *device,
|
|||
}
|
||||
memset(map, 0, mem->bo->size);
|
||||
nouveau_ws_bo_unmap(mem->bo, map);
|
||||
result = VK_SUCCESS;
|
||||
} else {
|
||||
result = zero_vram(device, mem->bo);
|
||||
if (result != VK_SUCCESS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue