radv: remove unused EMPTY constant in radv_descript_set.c
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8711>
This commit is contained in:
parent
fbeca9df87
commit
f01ea0aef8
1 changed files with 0 additions and 2 deletions
|
|
@ -540,8 +540,6 @@ void radv_DestroyPipelineLayout(
|
|||
vk_free2(&device->vk.alloc, pAllocator, pipeline_layout);
|
||||
}
|
||||
|
||||
#define EMPTY 1
|
||||
|
||||
static VkResult
|
||||
radv_descriptor_set_create(struct radv_device *device,
|
||||
struct radv_descriptor_pool *pool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue