aboutsummaryrefslogtreecommitdiff
path: root/src/miner.h
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-10-10 11:19:36 +0200
committerjtimon <jtimon@jtimon.cc>2015-01-04 21:04:55 +0100
commit0cc0d8d60b8aec483a926a94aa7f85b9b0d0aca3 (patch)
tree3b60894705a098855587ca51582f183fe8711ab2 /src/miner.h
parent41cced21063a89992ef393dda4fffc44ff60c7c3 (diff)
downloadbitcoin-0cc0d8d60b8aec483a926a94aa7f85b9b0d0aca3.tar.xz
Get rid of the internal miner's hashmeter
Diffstat (limited to 'src/miner.h')
-rw-r--r--src/miner.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/miner.h b/src/miner.h
index aede0e6d4b..53f3b964e1 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