Browse Source

Merge branch 'set_device_funcs' into bfgminer

Luke Dashjr 12 years ago
parent
commit
1c77301574
1 changed files with 0 additions and 2 deletions
  1. 0 2
      driver-bitforce.c

+ 0 - 2
driver-bitforce.c

@@ -1771,9 +1771,7 @@ const char *bitforce_set_fanmode(struct cgpu_info * const proc, const char * con
 static
 const char *bitforce_rpc_send_cmd1(struct cgpu_info * const proc, const char * const option, const char * const setting, char * const replybuf, enum bfg_set_device_replytype * const success)
 {
-	struct bitforce_data *data = proc->device_data;
 	pthread_mutex_t *mutexp = &proc->device->device_mutex;
-	int fd;
 	
 	{
 		mutex_lock(mutexp);