llvmpipe: Remove unused variable.
authorVinson Lee <vlee@vmware.com>
Mon, 26 Apr 2010 23:31:05 +0000 (16:31 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 26 Apr 2010 23:31:05 +0000 (16:31 -0700)
src/gallium/drivers/llvmpipe/lp_state_fs.c

index 9e9d9bcfb520280d6e88c4adbe53d58b72db1079..bc1dc3939294fe8de3930556d1c1d837f790ca60 100644 (file)
@@ -621,7 +621,6 @@ generate_fragment(struct llvmpipe_context *lp,
    LLVMTypeRef fs_vec_type;
    LLVMTypeRef fs_int_vec_type;
    LLVMTypeRef blend_vec_type;
-   LLVMTypeRef blend_int_vec_type;
    LLVMTypeRef arg_types[15];
    LLVMTypeRef func_type;
    LLVMTypeRef int32_vec4_type = lp_build_int32_vec4_type();
@@ -680,7 +679,6 @@ generate_fragment(struct llvmpipe_context *lp,
    fs_int_vec_type = lp_build_int_vec_type(fs_type);
 
    blend_vec_type = lp_build_vec_type(blend_type);
-   blend_int_vec_type = lp_build_int_vec_type(blend_type);
 
    arg_types[0] = screen->context_ptr_type;            /* context */
    arg_types[1] = LLVMInt32Type();                     /* x */