From: José Fonseca Date: Mon, 24 May 2010 13:24:06 +0000 (+0100) Subject: llvmpipe: Delete extraneous arugment too. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=740c8ea6d371732f3530accde44836930e03cc80;p=mesa.git llvmpipe: Delete extraneous arugment too. --- diff --git a/src/gallium/drivers/llvmpipe/lp_test_sincos.c b/src/gallium/drivers/llvmpipe/lp_test_sincos.c index f95577d5968..386f852be0f 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; }