Mesa (master): llvmpipe: Delete extraneous arugment too.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon May 24 13:26:15 UTC 2010


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

Author: José Fonseca <jfonseca at vmware.com>
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;
 }




More information about the mesa-commit mailing list