From: Marek Olšák Date: Mon, 7 Jan 2019 19:51:13 +0000 (-0500) Subject: ac: remove unused variable from ac_build_ddxy X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=492ad9a40245c05fc2429b4ee8c0849caef0fb7d;p=mesa.git ac: remove unused variable from ac_build_ddxy trivial --- diff --git a/src/amd/common/ac_llvm_build.c b/src/amd/common/ac_llvm_build.c index 55ead314d68..76047148a6a 100644 --- a/src/amd/common/ac_llvm_build.c +++ b/src/amd/common/ac_llvm_build.c @@ -1404,7 +1404,7 @@ ac_build_ddxy(struct ac_llvm_context *ctx, LLVMValueRef val) { unsigned tl_lanes[4], trbl_lanes[4]; - LLVMValueRef tl, trbl, args[2]; + LLVMValueRef tl, trbl; LLVMValueRef result; for (unsigned i = 0; i < 4; ++i) {