summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2016-01-09 14:46:36 -0500
committerRob Clark <[email protected]>2016-01-16 14:18:59 -0500
commit2809c87f90e359bd94f1bd15d7615ea28010779a (patch)
treea1377d6153840a282f3cdcf324af45aa97de681a /src/gallium/drivers
parentfc0d2f7e02bd9b3a552e7be47b2123d0afa38588 (diff)
freedreno/ir3: remove unused tgsi tokens ptr
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/freedreno/ir3/ir3_compiler_nir.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/ir3/ir3_compiler_nir.c b/src/gallium/drivers/freedreno/ir3/ir3_compiler_nir.c
index 86afda4ba08..e5d39097267 100644
--- a/src/gallium/drivers/freedreno/ir3/ir3_compiler_nir.c
+++ b/src/gallium/drivers/freedreno/ir3/ir3_compiler_nir.c
@@ -46,7 +46,6 @@
struct ir3_compile {
struct ir3_compiler *compiler;
- const struct tgsi_token *tokens;
struct nir_shader *s;
struct ir3 *ir;