[Mesa-dev] [PATCH] gallivm: removes unused 'builder' variable

Jose Fonseca jfonseca at vmware.com
Thu Mar 19 08:25:56 PDT 2015


On 19/03/15 14:53, Brian Paul wrote:
> ---
>   src/gallium/auxiliary/gallivm/lp_bld_arit.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/src/gallium/auxiliary/gallivm/lp_bld_arit.c b/src/gallium/auxiliary/gallivm/lp_bld_arit.c
> index 0d4eaea..956b37a 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));
>

Reviewed-by: Jose Fonseca <jfonseca at vmware.com>


More information about the mesa-dev mailing list