diff options
author | Brian Paul <[email protected]> | 2015-03-19 08:48:56 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-03-19 12:56:35 -0600 |
commit | 8f255f948bd5c7b8fd56c8f72f6a9a7f626fca29 (patch) | |
tree | 2831ff0629d13f88afd88ce6131bb4f693bcab9e /src/gallium/auxiliary/gallivm/lp_bld_arit.c | |
parent | 1cd37459110402f8a5c07fe0aa0f1198b4bb1da1 (diff) |
gallivm: remove unused 'builder' variable
Reviewed-by: Roland Scheidegger <[email protected]>
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_arit.c')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_arit.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)); |