0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

refactor: Remove unused KeyIDHasher

This commit is contained in:
Martin Zumsande 2021-05-11 00:22:14 +02:00
parent e9d6eb1b80
commit 16652a93ea

View file

@ -148,17 +148,6 @@ public:
}
};
class KeyIDHasher
{
public:
KeyIDHasher() {}
size_t operator()(const CKeyID& id) const
{
return id.GetUint64(0);
}
};
/*
* A class implementing ScriptPubKeyMan manages some (or all) scriptPubKeys used in a wallet.
* It contains the scripts and keys related to the scriptPubKeys it manages.