Browse Source

Remove unneeded dummy use.

cl-refactor
Gav Wood 10 years ago
parent
commit
057e374bce
  1. 1
      libethash-cl/ethash_cl_miner.cpp

1
libethash-cl/ethash_cl_miner.cpp

@ -497,7 +497,6 @@ void ethash_cl_miner::search(uint8_t const* header, uint64_t target, search_hook
pending.pop();
}
(void)_msPerBatch;
/* chrono::high_resolution_clock::duration d = chrono::high_resolution_clock::now() - t;
if (d > chrono::milliseconds(_msPerBatch * 10 / 9))
{

Loading…
Cancel
Save