From 0cc0d8d60b8aec483a926a94aa7f85b9b0d0aca3 Mon Sep 17 00:00:00 2001 From: jtimon Date: Fri, 10 Oct 2014 11:19:36 +0200 Subject: Get rid of the internal miner's hashmeter --- src/miner.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/miner.h') 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 -- cgit v1.2.3