Module: Mesa
Branch: master
Commit: 740c8ea6d371732f3530accde44836930e03cc80
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=740c8ea6d371732f3530accde44836930e03cc80

Author: José Fonseca <[email protected]>
Date:   Mon May 24 14:24:06 2010 +0100

llvmpipe: Delete extraneous arugment too.

---

 src/gallium/drivers/llvmpipe/lp_test_sincos.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_test_sincos.c 
b/src/gallium/drivers/llvmpipe/lp_test_sincos.c
index f95577d..386f852 100644
--- a/src/gallium/drivers/llvmpipe/lp_test_sincos.c
+++ b/src/gallium/drivers/llvmpipe/lp_test_sincos.c
@@ -187,7 +187,7 @@ test_all(unsigned verbose, FILE *fp)
 {
    bool success = TRUE;
 
-   test_sincos(verbose, fp, NULL);
+   test_sincos(verbose, fp);
 
    return success;
 }

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to