Skip to content

Commit 16652a9

Browse files
committed
refactor: Remove unused KeyIDHasher
1 parent e9d6eb1 commit 16652a9

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/wallet/scriptpubkeyman.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,6 @@ class CKeyPool
148148
}
149149
};
150150

151-
class KeyIDHasher
152-
{
153-
public:
154-
KeyIDHasher() {}
155-
156-
size_t operator()(const CKeyID& id) const
157-
{
158-
return id.GetUint64(0);
159-
}
160-
};
161-
162151
/*
163152
* A class implementing ScriptPubKeyMan manages some (or all) scriptPubKeys used in a wallet.
164153
* It contains the scripts and keys related to the scriptPubKeys it manages.

0 commit comments

Comments
 (0)