radeonsi: remove unused variable addr_vec

trivial
This commit is contained in:
Marek Olšák 2018-05-25 18:37:24 -04:00
parent ae514ca695
commit 18c50498db
1 changed files with 1 additions and 1 deletions

View File

@ -1827,7 +1827,7 @@ static void si_llvm_emit_fbfetch(const struct lp_build_tgsi_action *action,
{
struct si_shader_context *ctx = si_shader_context(bld_base);
struct ac_image_args args = {};
LLVMValueRef ptr, image, fmask, addr_vec;
LLVMValueRef ptr, image, fmask;
/* Ignore src0, because KHR_blend_func_extended disallows multiple render
* targets.