From aa9a3946f875290e181e05b665af56be074bc9ed Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Wed, 9 Jan 2019 16:12:51 +0100 Subject: [PATCH] shader: remove unused variables in fs IO emit Signed-off-by: Gert Wollny Reviewed-by: Dave Airlie --- src/vrend_shader.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/vrend_shader.c b/src/vrend_shader.c index eded274..0704840 100644 --- a/src/vrend_shader.c +++ b/src/vrend_shader.c @@ -4585,8 +4585,6 @@ static void emit_ios_fs(struct dump_ctx *ctx) static void emit_ios_geom(struct dump_ctx *ctx) { uint32_t i; - char postfix[8]; - const char *prefix = "", *auxprefix = ""; char invocbuf[25]; if (ctx->gs_num_invocations)