Merge pull request #4183

f40dbee remove CPubKey::VerifyCompact( ) which is never used (Kamil Domanski)
28b6c1d remove GetMedianTime( ) which is never used (Kamil Domanski)
5bd4adc remove LookupHostNumeric( ) which is never used (Kamil Domanski)
595f691 remove LogException( ) which is never used (Kamil Domanski)
f4057cb remove CTransaction::IsNewerThan which is never used (Kamil Domanski)
0e31e56 remove CWallet::AddReserveKey which is never used (Kamil Domanski)
This commit is contained in:
Wladimir J. van der Laan
2014-05-25 16:11:39 +02:00
12 changed files with 0 additions and 94 deletions

View File

@@ -848,8 +848,6 @@ public:
return pbegin[(pend - pbegin)/2];
}
int64_t GetMedianTime() const;
/**
* Returns true if there are nRequired or more blocks of minVersion or above
* in the last nToCheck blocks, starting at pstart and going backwards.