aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2022-06-12 12:38:38 +0200
committerJon Atack <jon@atack.com>2022-07-22 12:44:16 +0200
commit99e8ec8721a52cd08bdca31f6e926c9c1ce281fb (patch)
tree4a1359f343a4beda25c0ac320f38e1d87de00bd2 /src/test
parent14aeece462b149eaf0d28a37d55cc169df99b2cb (diff)
downloadbitcoin-99e8ec8721a52cd08bdca31f6e926c9c1ce281fb.tar.xz
CDiskBlockIndex: remove unused ToString() class member
and mark its inherited CBlockIndex#ToString public interface member as deleted, to disallow calling it in the derived CDiskBlockIndex class.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/fuzz/chain.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/fuzz/chain.cpp b/src/test/fuzz/chain.cpp
index 8c0ed32d51..1d6b5f30db 100644
--- a/src/test/fuzz/chain.cpp
+++ b/src/test/fuzz/chain.cpp
@@ -31,7 +31,6 @@ FUZZ_TARGET(chain)
(void)disk_block_index->GetUndoPos();
(void)disk_block_index->HaveTxsDownloaded();
(void)disk_block_index->IsValid();
- (void)disk_block_index->ToString();
}
const CBlockHeader block_header = disk_block_index->GetBlockHeader();