Commit f3294f7424fe170b6b6947bf79e3719a56c2cc57

ckolivas 2013-09-28T15:18:08

Remove unnecessary gpu_threads initialisation.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/cgminer.c b/cgminer.c
index 9f39a7e..458b156 100644
--- a/cgminer.c
+++ b/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:");