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
d342424301).
This commit is contained in:
Sebastian Falbesoner
2022-06-21 01:12:07 +02:00
parent 5884a47c36
commit fb38c6e21f
3 changed files with 0 additions and 12 deletions

View File

@@ -166,11 +166,6 @@ public:
}
return true;
}
unsigned int GetValueSize() {
return piter->value().size();
}
};
class CDBWrapper