Mesa (master): gallivm: remove unused 'builder' variable

Brian Paul brianp at kemper.freedesktop.org
Thu Mar 19 18:55:44 UTC 2015


Module: Mesa
Branch: master
Commit: 8f255f948bd5c7b8fd56c8f72f6a9a7f626fca29
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f255f948bd5c7b8fd56c8f72f6a9a7f626fca29

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Mar 19 08:48:56 2015 -0600

gallivm: remove unused 'builder' variable

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

---

 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));




More information about the mesa-commit mailing list