Browse Source

miner: Remove duplicate definition of `gpus` in driver-opencl

Luke Dashjr 5 years ago
parent
commit
499c48a84e
1 changed files with 0 additions and 3 deletions
  1. 0 3
      miner.c

+ 0 - 3
miner.c

@@ -3383,9 +3383,6 @@ static int statusy;
 static int devsummaryYOffset;
 static int devsummaryYOffset;
 static int total_lines;
 static int total_lines;
 #endif
 #endif
-#ifdef HAVE_OPENCL
-struct cgpu_info gpus[MAX_GPUDEVICES]; /* Maximum number apparently possible */
-#endif
 
 
 bool _bfg_console_cancel_disabled;
 bool _bfg_console_cancel_disabled;
 int _bfg_console_prev_cancelstate;
 int _bfg_console_prev_cancelstate;