i965: Drop nir_inputs from fs_visitor.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 24 Oct 2016 18:25:25 +0000 (11:25 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 24 Oct 2016 21:33:38 +0000 (14:33 -0700)
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>
src/mesa/drivers/dri/i965/brw_fs.h

index aad21602a4c7193b06fa35386fcb17f0d24407f2..da011744c09ade8a0ccf670e89ba112d673d330d 100644 (file)
@@ -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;