llvmpipe: Remove unused sincos_test_case struct.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 24 May 2010 12:56:53 +0000 (13:56 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 24 May 2010 12:56:53 +0000 (13:56 +0100)
src/gallium/drivers/llvmpipe/lp_test_sincos.c

index 883e15fbb6cbcf04254d96ff7fb7c18f141847a8..f95577d5968c6d966acc9232e13adc1655cc6bc7 100644 (file)
 #include "lp_test.h"
 
 
-struct sincos_test_case {
-};
-
-
 void
 write_tsv_header(FILE *fp)
 {
@@ -101,7 +97,7 @@ printv(char* string, v4sf value)
 
 PIPE_ALIGN_STACK
 static boolean
-test_sincos(unsigned verbose, FILE *fp, const struct sincos_test_case *testcase)
+test_sincos(unsigned verbose, FILE *fp)
 {
    LLVMModuleRef module = NULL;
    LLVMValueRef test_sin = NULL, test_cos = NULL;
@@ -178,7 +174,7 @@ test_sincos(unsigned verbose, FILE *fp, const struct sincos_test_case *testcase)
 #else /* !PIPE_ARCH_SSE */
 
 static boolean
-test_sincos(unsigned verbose, FILE *fp, const struct sincos_test_case *testcase)
+test_sincos(unsigned verbose, FILE *fp)
 {
    return TRUE;
 }