diff options
author | Roland Scheidegger <[email protected]> | 2014-11-24 23:38:32 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2014-11-25 00:29:29 +0100 |
commit | 880424b8ad33f075a5ba0edef2cfd88072cfb387 (patch) | |
tree | e3db2cc304ba6b31128e2965c4d5198c8fdeda15 /src/gallium/drivers/llvmpipe | |
parent | 8148a06b8fdb734f7f9a11ce787ee6505939fdaa (diff) |
llvmpipe: (trivial) remove redundant util_cpu_detect() call in lp_test_main
Already called earlier.
Diffstat (limited to 'src/gallium/drivers/llvmpipe')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_test_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |