aco: Remove is_gs_copy_shader

Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22382>
This commit is contained in:
Konstantin Seurer
2023-04-09 11:33:54 +02:00
committed by Marge Bot
parent 58ab783153
commit b4bae8a2c0
-1
View File
@@ -106,7 +106,6 @@ struct aco_shader_info {
uint32_t gfx9_gs_ring_lds_size;
bool is_gs_copy_shader;
bool is_trap_handler_shader;
};