diff --git a/src/intel/compiler/brw_compiler.h b/src/intel/compiler/brw_compiler.h index afb3a615e9f..3009161fc3f 100644 --- a/src/intel/compiler/brw_compiler.h +++ b/src/intel/compiler/brw_compiler.h @@ -232,10 +232,8 @@ struct brw_base_prog_key { unsigned program_string_id; enum brw_subgroup_size_type subgroup_size_type; - - struct brw_sampler_prog_key_data tex; - bool robust_buffer_access; + struct brw_sampler_prog_key_data tex; }; /**