gallivm: remove unused 'builder' variable
authorBrian Paul <brianp@vmware.com>
Thu, 19 Mar 2015 14:48:56 +0000 (08:48 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 19 Mar 2015 18:56:35 +0000 (12:56 -0600)
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/gallivm/lp_bld_arit.c

index 0d4eaeaa78f67ac1e0404089bc70dfe300a2e6ee..956b37a7f39d66c27f3df1d811a4151dd491f1b1 100644 (file)
@@ -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));