vk/update-aliases: drop VK_ERROR_ prefix substitution

There is no code currently concatenating that string so it is not useful
to have it here, and it is triggering a loop because a substitution is
becoming itself if we remove this prefix.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28102>
This commit is contained in:
Eric Engestrom
2024-03-11 14:19:10 +00:00
committed by Marge Bot
parent 9a57b1df53
commit 6d287943d1
-1
View File
@@ -82,7 +82,6 @@ def main(paths: list[str]):
'VK_DESCRIPTOR_TYPE_',
'VK_DRIVER_ID_',
'VK_DYNAMIC_STATE_',
'VK_ERROR_',
'VK_FORMAT_',
'VK_IMAGE_ASPECT_MEMORY_PLANE_',
'VK_IMAGE_ASPECT_PLANE_',