shader: remove unused variables in fs IO emit

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
macos/master
Gert Wollny 6 years ago committed by Dave Airlie
parent 08e0ded94a
commit aa9a3946f8
  1. 2
      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) static void emit_ios_geom(struct dump_ctx *ctx)
{ {
uint32_t i; uint32_t i;
char postfix[8];
const char *prefix = "", *auxprefix = "";
char invocbuf[25]; char invocbuf[25];
if (ctx->gs_num_invocations) if (ctx->gs_num_invocations)

Loading…
Cancel
Save