Browse Source

Remove opt_scrypt

Luke Dashjr 11 years ago
parent
commit
a78f5aa92b
1 changed files with 0 additions and 5 deletions
  1. 0 5
      miner.h

+ 0 - 5
miner.h

@@ -1184,11 +1184,6 @@ extern bool opt_quiet;
 extern struct thr_info *control_thr;
 extern struct thr_info **mining_thr;
 extern struct cgpu_info gpus[MAX_GPUDEVICES];
-#ifdef USE_SCRYPT
-#define opt_scrypt (get_mining_goal("default")->malgo->algo == POW_SCRYPT)
-#else
-#define opt_scrypt (0)
-#endif
 extern double total_secs;
 extern int mining_threads;
 extern struct cgpu_info *cpus;