diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 6852551cc45..c1cf94001f6 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -1758,9 +1758,6 @@ typedef struct nir_shader_compiler_options { * information must be inferred from the list of input nir_variables. */ bool use_interpolated_input_intrinsics; - - bool lower_b2dx; - bool lower_b2i; } nir_shader_compiler_options; typedef struct nir_shader_info {