Browse Source

Don't run gpu thread idle prio.

ckolivas 14 years ago
parent
commit
ce3382ca53
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cpu-miner.c

+ 0 - 1
cpu-miner.c

@@ -739,7 +739,6 @@ static void *gpuminer_thread(void *userdata)
 	uint32_t res[MAXTHREADS];
 
 	setpriority(PRIO_PROCESS, 0, 19);
-	drop_policy();
 
 	size_t globalThreads[1];
 	size_t localThreads[1];