summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2011-11-09 19:40:09 +0000
committerJosé Fonseca <jfonseca@vmware.com>2011-11-14 10:06:01 +0000
commitd7edd5db31a9661e70c89cfd2fe739be386b8f36 (patch)
tree23eaea9e95845e516494e4db536511357e4f15b6
parentc88f3e0374620f18cf38d9fc3c45d14bc53f62b2 (diff)
llvmpipe: Remove unused variables.
Reviewed-by: Brian Paul <brianp@vmware.com>
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state_fs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c b/src/gallium/drivers/llvmpipe/lp_state_fs.c
index 646c38d2aee..90f9271223c 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_fs.c
+++ b/src/gallium/drivers/llvmpipe/lp_state_fs.c
@@ -516,7 +516,6 @@ generate_fragment(struct llvmpipe_context *lp,
struct lp_type fs_type;
struct lp_type blend_type;
LLVMTypeRef fs_elem_type;
- LLVMTypeRef fs_int_vec_type;
LLVMTypeRef blend_vec_type;
LLVMTypeRef arg_types[11];
LLVMTypeRef func_type;
@@ -594,7 +593,6 @@ generate_fragment(struct llvmpipe_context *lp,
*/
fs_elem_type = lp_build_elem_type(gallivm, fs_type);
- fs_int_vec_type = lp_build_int_vec_type(gallivm, fs_type);
blend_vec_type = lp_build_vec_type(gallivm, blend_type);