From ace22edd3011d27aa34f18ea6be1aebe5719c344 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Wed, 20 Apr 2022 19:28:12 +0300 Subject: [PATCH] anv: remove unused enum MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Tapani Pälli Part-of: --- src/intel/vulkan/anv_private.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index 9d5b81a0303..8c3a34f2788 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -2017,12 +2017,6 @@ struct anv_descriptor_pool { char data[0]; }; -enum anv_descriptor_template_entry_type { - ANV_DESCRIPTOR_TEMPLATE_ENTRY_TYPE_IMAGE, - ANV_DESCRIPTOR_TEMPLATE_ENTRY_TYPE_BUFFER, - ANV_DESCRIPTOR_TEMPLATE_ENTRY_TYPE_BUFFER_VIEW -}; - struct anv_descriptor_template_entry { /* The type of descriptor in this entry */ VkDescriptorType type;