aboutsummaryrefslogtreecommitdiff
path: root/src/coins.h
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2022-06-21 01:12:07 +0200
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2022-06-21 16:19:10 +0200
commitfb38c6e21f064e23b63a46d15adb873029463cff (patch)
tree6ee418806ed1f7ea48b76e89f76e9db9eadd0fdc /src/coins.h
parent5884a47c367f6ff1aff3ae1ef6894881c5a5e0b7 (diff)
downloadbitcoin-fb38c6e21f064e23b63a46d15adb873029463cff.tar.xz
refactor: remove unused methods `{CDBIterator,CCoinsViewDBCursor}::GetValueSize()`
These methods haven't been used since the chainstate db cache has been switched from per-tx to per-txout model years ago (PR #10195, commit d342424301013ec47dc146a4beb49d5c9319d80a).
Diffstat (limited to 'src/coins.h')
-rw-r--r--src/coins.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coins.h b/src/coins.h
index de297dd427..67fecc9785 100644
--- a/src/coins.h
+++ b/src/coins.h
@@ -142,7 +142,6 @@ public:
virtual bool GetKey(COutPoint &key) const = 0;
virtual bool GetValue(Coin &coin) const = 0;
- virtual unsigned int GetValueSize() const = 0;
virtual bool Valid() const = 0;
virtual void Next() = 0;