From: Vinson Lee Date: Sat, 17 Jul 2010 07:35:10 +0000 (-0700) Subject: llvmpipe: Remove unused variable in lp_test_sincos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=184abe8e26f76a50ede43d503aa6bf129d8d6b76;p=mesa.git llvmpipe: Remove unused variable in lp_test_sincos. --- diff --git a/src/gallium/drivers/llvmpipe/lp_test_sincos.c b/src/gallium/drivers/llvmpipe/lp_test_sincos.c index c7a903a0256..1366ecddcbc 100644 --- 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);