diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-09-25 15:45:46 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-09-25 15:48:11 +0200 |
commit | 8d750f1d21d8578794a765415fe9d0e9e74d2852 (patch) | |
tree | 7d3aa58111f2deba8f6de49234fd68892a5bb06c /src/main.h | |
parent | d14b86730b22db92df3c1cec89bc43d20a12a898 (diff) |
internal miner: move 2 globals from main to miner
- moves 2 global variables from main.cpp/h to miner.cpp/h
- also removes 2 unneded includes in miner.cpp, that come from miner.h
already
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h index 25a6d42272..83b0d07f63 100644 --- a/src/main.h +++ b/src/main.h @@ -86,8 +86,6 @@ extern unsigned int nTransactionsUpdated; extern uint64 nLastBlockTx; extern uint64 nLastBlockSize; extern const std::string strMessageMagic; -extern double dHashesPerSec; -extern int64 nHPSTimerStart; extern int64 nTimeBestReceived; extern CCriticalSection cs_setpwalletRegistered; extern std::set<CWallet*> setpwalletRegistered; |