summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_type.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_type.c')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_type.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_type.c b/src/gallium/auxiliary/gallivm/lp_bld_type.c
index ee61646766..c5cf6d4a6c 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_type.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_type.c
@@ -388,7 +388,6 @@ lp_build_context_init(struct lp_build_context *bld,
struct lp_type type)
{
bld->gallivm = gallivm;
- bld->builder = gallivm->builder;
bld->type = type;
bld->int_elem_type = lp_build_int_elem_type(gallivm, type);