summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2014-11-24 23:38:32 +0100
committerRoland Scheidegger <sroland@vmware.com>2014-11-25 00:29:29 +0100
commit880424b8ad33f075a5ba0edef2cfd88072cfb387 (patch)
treee3db2cc304ba6b31128e2965c4d5198c8fdeda15
parent8148a06b8fdb734f7f9a11ce787ee6505939fdaa (diff)
llvmpipe: (trivial) remove redundant util_cpu_detect() call in lp_test_main
Already called earlier.
-rw-r--r--src/gallium/drivers/llvmpipe/lp_test_main.c2
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);