From: Brian Paul Date: Thu, 24 Aug 2017 13:35:49 +0000 (-0600) Subject: gallivm: remove unused variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7e65a443f8aebd40b573a1e16375193c21c36cc;p=mesa.git gallivm: remove unused variable Trivial. --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c index d7e92aa8387..c6b1dcbad30 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c @@ -527,8 +527,6 @@ lp_build_tgsi_llvm( while (bld_base->pc != -1) { const struct tgsi_full_instruction *instr = bld_base->instructions + bld_base->pc; - const struct tgsi_opcode_info *opcode_info = - tgsi_get_opcode_info(instr->Instruction.Opcode); if (!lp_build_tgsi_inst_llvm(bld_base, instr)) { _debug_printf("warning: failed to translate tgsi opcode %s to LLVM\n", tgsi_get_opcode_name(instr->Instruction.Opcode));