mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +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:
@@ -173,7 +173,6 @@ bool IsProxy(const CNetAddr &addr);
|
||||
bool SetNameProxy(CService addrProxy, int nSocksVersion = 5);
|
||||
bool HaveNameProxy();
|
||||
bool LookupHost(const char *pszName, std::vector<CNetAddr>& vIP, unsigned int nMaxSolutions = 0, bool fAllowLookup = true);
|
||||
bool LookupHostNumeric(const char *pszName, std::vector<CNetAddr>& vIP, unsigned int nMaxSolutions = 0);
|
||||
bool Lookup(const char *pszName, CService& addr, int portDefault = 0, bool fAllowLookup = true);
|
||||
bool Lookup(const char *pszName, std::vector<CService>& vAddr, int portDefault = 0, bool fAllowLookup = true, unsigned int nMaxSolutions = 0);
|
||||
bool LookupNumeric(const char *pszName, CService& addr, int portDefault = 0);
|
||||
|
||||
Reference in New Issue
Block a user