diff options
author | Kenneth Graunke <[email protected]> | 2017-10-19 21:53:49 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-10-27 02:53:38 -0700 |
commit | 2c873060d3578c7004c0c3731a6f7c783c4e237f (patch) | |
tree | 0cb70ceca1de15c1c02d4aa3bc6de1928d28030c /src/intel/compiler/brw_compiler.h | |
parent | dd79aa4ad30df205076be25f6bbf42768abea20a (diff) |
i965: Delete unused brw_vs_prog_data::nr_attributes field.
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_compiler.h')
-rw-r--r-- | src/intel/compiler/brw_compiler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_compiler.h b/src/intel/compiler/brw_compiler.h index 014202d36ca..6a330537a5b 100644 --- a/src/intel/compiler/brw_compiler.h +++ b/src/intel/compiler/brw_compiler.h @@ -954,7 +954,6 @@ struct brw_vs_prog_data { GLbitfield64 inputs_read; GLbitfield64 double_inputs_read; - unsigned nr_attributes; unsigned nr_attribute_slots; bool uses_vertexid; |