vc4: Drop the dead export_linkage array.

This came from deriving from freedreno.
This commit is contained in:
Eric Anholt 2016-05-17 12:35:44 -07:00
parent 24e7e3d3fc
commit 0700e4c0c7

View file

@ -163,11 +163,6 @@ struct vc4_compiled_shader {
struct vc4_program_stateobj {
struct vc4_uncompiled_shader *bind_vs, *bind_fs;
struct vc4_compiled_shader *cs, *vs, *fs;
uint8_t num_exports;
/* Indexed by slot. Special vs exports (position and pointsize) are
* not included in this
*/
uint8_t export_linkage[VARYING_SLOT_VAR0 + 8];
};
struct vc4_constbuf_stateobj {