diff options
author | Kenneth Graunke <[email protected]> | 2016-11-19 12:29:01 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2016-11-19 12:30:25 -0800 |
commit | 45aee6be027805a6e51f2da7e9b7c954135f549d (patch) | |
tree | 029d73d344ce276836119cfd7b499c12f6dfe921 /src/mesa | |
parent | 9ef2b9277d3bead6dbfa47e95794ca61e8be4e84 (diff) |
i965: Delete unused variable.
I forgot to delete this in 9ef2b9277d3bead6dbfa47e95794ca61e8be4e84.
Signed-off-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/gen7_urb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/gen7_urb.c b/src/mesa/drivers/dri/i965/gen7_urb.c index 18474dfaf7e..028161df395 100644 --- a/src/mesa/drivers/dri/i965/gen7_urb.c +++ b/src/mesa/drivers/dri/i965/gen7_urb.c @@ -176,8 +176,6 @@ gen7_upload_urb(struct brw_context *brw, unsigned vs_size, const int push_size_kB = (brw->gen >= 8 || (brw->is_haswell && brw->gt == 3)) ? 32 : 16; - const bool active[4] = { true, tess_present, tess_present, gs_present }; - /* BRW_NEW_{VS,TCS,TES,GS}_PROG_DATA */ struct brw_vue_prog_data *prog_data[4] = { [MESA_SHADER_VERTEX] = |