Module: Mesa Branch: master Commit: 2809c87f90e359bd94f1bd15d7615ea28010779a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2809c87f90e359bd94f1bd15d7615ea28010779a
Author: Rob Clark <[email protected]> Date: Sat Jan 9 14:46:36 2016 -0500 freedreno/ir3: remove unused tgsi tokens ptr Signed-off-by: Rob Clark <[email protected]> --- src/gallium/drivers/freedreno/ir3/ir3_compiler_nir.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/freedreno/ir3/ir3_compiler_nir.c b/src/gallium/drivers/freedreno/ir3/ir3_compiler_nir.c index 86afda4..e5d3909 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; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
