Browse Source

Remove unnecessary gpu_threads initialisation.

ckolivas 12 years ago
parent
commit
f3294f7424
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cgminer.c

+ 0 - 1
cgminer.c

@@ -7874,7 +7874,6 @@ int main(int argc, char *argv[])
 		DRIVER_PARSE_COMMANDS
 #undef DRIVER_ADD_COMMAND
 	}
-	gpu_threads = 0;
 
 	if (opt_display_devs) {
 		applog(LOG_ERR, "Devices detected:");