Browse Source

miner: remove avalon mutex

Xiangfu 13 years ago
parent
commit
3fcedfe1df
1 changed files with 0 additions and 2 deletions
  1. 0 2
      miner.h

+ 0 - 2
miner.h

@@ -395,8 +395,6 @@ struct cgpu_info {
 	bool nonce_range;
 	bool nonce_range;
 	bool polling;
 	bool polling;
 	bool flash_led;
 	bool flash_led;
-#endif
-#if defined(USE_BITFORCE) || defined(USE_AVALON)
 	pthread_mutex_t device_mutex;
 	pthread_mutex_t device_mutex;
 #endif
 #endif