Browse Source

Remove long-unused opt_time variable

Luke Dashjr 12 years ago
parent
commit
1b49cbfa95
1 changed files with 0 additions and 1 deletions
  1. 0 1
      miner.c

+ 0 - 1
miner.c

@@ -133,7 +133,6 @@ int opt_queue = 1;
 int opt_scantime = 60;
 int opt_expiry = 120;
 int opt_bench_algo = -1;
-static const bool opt_time = true;
 unsigned long long global_hashrate;
 
 #ifdef HAVE_OPENCL