mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
i965: Silence unused variable warning
I added this when deleting some unnecessary code in a rebase.
This commit is contained in:
parent
97989059b9
commit
3a886721ed
1 changed files with 0 additions and 2 deletions
|
|
@ -1762,8 +1762,6 @@ fs_visitor::assign_tcs_single_patch_urb_setup()
|
|||
{
|
||||
assert(stage == MESA_SHADER_TESS_CTRL);
|
||||
|
||||
brw_vue_prog_data *vue_prog_data = (brw_vue_prog_data *) prog_data;
|
||||
|
||||
/* Rewrite all ATTR file references to HW_REGs. */
|
||||
foreach_block_and_inst(block, fs_inst, inst, cfg) {
|
||||
convert_attr_sources_to_hw_regs(inst);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue