diff --git a/src/amd/compiler/aco_shader_info.h b/src/amd/compiler/aco_shader_info.h index 7b92213ec4e..d4c9a60fb3b 100644 --- a/src/amd/compiler/aco_shader_info.h +++ b/src/amd/compiler/aco_shader_info.h @@ -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; };