projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e02edab
)
llvmpipe: Remove unused variable in lp_test_sincos.
author
Vinson Lee
<vlee@vmware.com>
Sat, 17 Jul 2010 07:35:10 +0000
(
00:35
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 17 Jul 2010 07:35:10 +0000
(
00:35
-0700)
src/gallium/drivers/llvmpipe/lp_test_sincos.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_test_sincos.c
b/src/gallium/drivers/llvmpipe/lp_test_sincos.c
index c7a903a0256abc10a64ba7b5c19db2125b9d6307..1366ecddcbc2448dfe9d8cc3e696a5af07110531 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_test_sincos.c
+++ b/
src/gallium/drivers/llvmpipe/lp_test_sincos.c
@@
-108,7
+108,6
@@
test_sincos(unsigned verbose, FILE *fp)
test_sincos_t sin_func;
test_sincos_t cos_func;
float unpacked[4];
- unsigned packed;
boolean success = TRUE;
module = LLVMModuleCreateWithName("test");
@@
-149,7
+148,6
@@
test_sincos(unsigned verbose, FILE *fp)
cos_func = (test_sincos_t)LLVMGetPointerToGlobal(engine, test_cos);
memset(unpacked, 0, sizeof unpacked);
- packed = 0;
// LLVMDumpModule(module);