llvmpipe: (trivial) remove redundant util_cpu_detect() call in lp_test_main
authorRoland Scheidegger <sroland@vmware.com>
Mon, 24 Nov 2014 22:38:32 +0000 (23:38 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Mon, 24 Nov 2014 23:29:29 +0000 (00:29 +0100)
Already called earlier.

src/gallium/drivers/llvmpipe/lp_test_main.c

index c7b6d65fa303009abd7f0678363d6604d5215503..d835dbbd62e6868abe99e06dc8d5187b105c9db0 100644 (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);