zink: delete unused descriptor variable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41426>
This commit is contained in:
Mike Blumenkrantz 2026-05-07 12:15:38 -04:00 committed by Marge Bot
parent 8f86880450
commit 5d97b25fa0

View file

@ -448,7 +448,6 @@ struct zink_descriptor_data {
struct zink_descriptor_layout_key *push_layout_keys[2]; //gfx, compute
struct zink_descriptor_layout *push_dsl[2]; //gfx, compute
VkDescriptorSetLayout old_push_dsl; //the non-fbfetch layout; this can't be destroyed because it may be in use
VkDescriptorUpdateTemplate push_template[2]; //gfx, compute
struct zink_descriptor_layout *dummy_dsl;