diff options
| author | jtimon <[email protected]> | 2014-10-10 11:19:36 +0200 |
|---|---|---|
| committer | jtimon <[email protected]> | 2015-01-04 21:04:55 +0100 |
| commit | 0cc0d8d60b8aec483a926a94aa7f85b9b0d0aca3 (patch) | |
| tree | 3b60894705a098855587ca51582f183fe8711ab2 /src/miner.h | |
| parent | Merge pull request #5267 (diff) | |
| download | discoin-0cc0d8d60b8aec483a926a94aa7f85b9b0d0aca3.tar.xz discoin-0cc0d8d60b8aec483a926a94aa7f85b9b0d0aca3.zip | |
Get rid of the internal miner's hashmeter
Diffstat (limited to 'src/miner.h')
| -rw-r--r-- | src/miner.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/miner.h b/src/miner.h index aede0e6d4..53f3b964e 100644 --- a/src/miner.h +++ b/src/miner.h @@ -28,7 +28,4 @@ void IncrementExtraNonce(CBlock* pblock, CBlockIndex* pindexPrev, unsigned int& bool CheckWork(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey); void UpdateTime(CBlockHeader* block, const CBlockIndex* pindexPrev); -extern double dHashesPerSec; -extern int64_t nHPSTimerStart; - #endif // BITCOIN_MINER_H |