From: Roland Scheidegger Date: Mon, 24 Nov 2014 22:38:32 +0000 (+0100) Subject: llvmpipe: (trivial) remove redundant util_cpu_detect() call in lp_test_main X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=880424b8ad33f075a5ba0edef2cfd88072cfb387;p=mesa.git llvmpipe: (trivial) remove redundant util_cpu_detect() call in lp_test_main Already called earlier. --- diff --git a/src/gallium/drivers/llvmpipe/lp_test_main.c b/src/gallium/drivers/llvmpipe/lp_test_main.c index c7b6d65fa30..d835dbbd62e 100644 --- a/src/gallium/drivers/llvmpipe/lp_test_main.c +++ b/src/gallium/drivers/llvmpipe/lp_test_main.c @@ -397,8 +397,6 @@ int main(int argc, char **argv) } #endif - util_cpu_detect(); - if(fp) { /* Warm up the caches */ test_some(0, NULL, 100);