freedreno/ir3: remove unused tgsi tokens ptr

Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
Rob Clark
2016-01-09 14:46:36 -05:00
parent fc0d2f7e02
commit 2809c87f90
@@ -46,7 +46,6 @@
struct ir3_compile {
struct ir3_compiler *compiler;
const struct tgsi_token *tokens;
struct nir_shader *s;
struct ir3 *ir;