Browse Source

Revert "Wake the getwork scheduler after every restart threads."

This reverts commit 5b03e7497db5cc0cab7d2b788168c2d3f2b0fc87.

Redundant.
Con Kolivas 13 years ago
parent
commit
c59aeb56ff
1 changed files with 0 additions and 2 deletions
  1. 0 2
      cgminer.c

+ 0 - 2
cgminer.c

@@ -3381,8 +3381,6 @@ static void restart_threads(bool all)
 	mutex_lock(&restart_lock);
 	pthread_cond_broadcast(&restart_cond);
 	mutex_unlock(&restart_lock);
-
-	wake_gws();
 }
 
 static void set_curblock(char *hexstr, unsigned char *hash)