remove CPubKey::VerifyCompact( ) which is never used

This commit is contained in:
Kamil Domanski
2014-05-13 21:41:51 +02:00
parent 28b6c1def5
commit f40dbeedde
2 changed files with 0 additions and 19 deletions

View File

@@ -156,10 +156,6 @@ public:
// If this public key is not fully valid, the return value will be false.
bool Verify(const uint256 &hash, const std::vector<unsigned char>& vchSig) const;
// Verify a compact signature (~65 bytes).
// See CKey::SignCompact.
bool VerifyCompact(const uint256 &hash, const std::vector<unsigned char>& vchSig) const;
// Recover a public key from a compact signature.
bool RecoverCompact(const uint256 &hash, const std::vector<unsigned char>& vchSig);