mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 15:00:10 +01:00
intel/brw: Remove unused variable
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30704>
This commit is contained in:
parent
72506ac8c7
commit
abc535a3b4
1 changed files with 0 additions and 1 deletions
|
|
@ -3375,7 +3375,6 @@ fs_nir_emit_gs_intrinsic(nir_to_brw_state &ntb,
|
|||
fs_visitor &s = ntb.s;
|
||||
|
||||
assert(s.stage == MESA_SHADER_GEOMETRY);
|
||||
brw_reg indirect_offset;
|
||||
|
||||
brw_reg dest;
|
||||
if (nir_intrinsic_infos[instr->intrinsic].has_dest)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue