nir: remove some fields from nir_shader_compiler_options

I accidentally added these with 0dc4cab. Oops!
This commit is contained in:
Connor Abbott
2016-09-03 00:49:58 -04:00
parent c62b58c216
commit 356d101af3

View File

@@ -1758,9 +1758,6 @@ typedef struct nir_shader_compiler_options {
* information must be inferred from the list of input nir_variables. * information must be inferred from the list of input nir_variables.
*/ */
bool use_interpolated_input_intrinsics; bool use_interpolated_input_intrinsics;
bool lower_b2dx;
bool lower_b2i;
} nir_shader_compiler_options; } nir_shader_compiler_options;
typedef struct nir_shader_info { typedef struct nir_shader_info {