mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Merge pull request #4183
f40dbeeremove CPubKey::VerifyCompact( ) which is never used (Kamil Domanski)28b6c1dremove GetMedianTime( ) which is never used (Kamil Domanski)5bd4adcremove LookupHostNumeric( ) which is never used (Kamil Domanski)595f691remove LogException( ) which is never used (Kamil Domanski)f4057cbremove CTransaction::IsNewerThan which is never used (Kamil Domanski)0e31e56remove CWallet::AddReserveKey which is never used (Kamil Domanski)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user