cso: move cso hashes to a more table driven scheme
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_type.c
index ee616467666cd3e54d47eb6a48124d009ee9dc06..c5cf6d4a6c4f85480287f7750304996b3e18fbf4 100644 (file)
@@ -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);