llvmpipe: (trivial) remove redundant util_cpu_detect() call in lp_test_main

Already called earlier.
This commit is contained in:
Roland Scheidegger 2014-11-24 23:38:32 +01:00
parent 8148a06b8f
commit 880424b8ad
1 changed files with 0 additions and 2 deletions

View File

@ -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);