Mesa (main): anv: remove unused enum

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Apr 25 11:24:04 UTC 2022


Module: Mesa
Branch: main
Commit: ace22edd3011d27aa34f18ea6be1aebe5719c344
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ace22edd3011d27aa34f18ea6be1aebe5719c344

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Wed Apr 20 19:28:12 2022 +0300

anv: remove unused enum

Reviewed-by: Tapani Pälli <tapani.palli at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16058>

---

 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;



More information about the mesa-commit mailing list