mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
i965: Drop nir_inputs from fs_visitor.
It's unused. Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
This commit is contained in:
parent
59864e8e02
commit
41034abfe6
1 changed files with 0 additions and 1 deletions
|
|
@ -324,7 +324,6 @@ public:
|
|||
|
||||
fs_reg *nir_locals;
|
||||
fs_reg *nir_ssa_values;
|
||||
fs_reg nir_inputs;
|
||||
fs_reg *nir_system_values;
|
||||
|
||||
bool failed;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue