From: Brian Paul Date: Thu, 19 Mar 2015 14:48:56 +0000 (-0600) Subject: gallivm: remove unused 'builder' variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f255f948bd5c7b8fd56c8f72f6a9a7f626fca29;p=mesa.git gallivm: remove unused 'builder' variable Reviewed-by: Roland Scheidegger Reviewed-by: Jose Fonseca --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_arit.c b/src/gallium/auxiliary/gallivm/lp_bld_arit.c index 0d4eaeaa78f..956b37a7f39 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_arit.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_arit.c @@ -2538,7 +2538,6 @@ LLVMValueRef lp_build_rsqrt(struct lp_build_context *bld, LLVMValueRef a) { - LLVMBuilderRef builder = bld->gallivm->builder; const struct lp_type type = bld->type; assert(lp_check_value(type, a));