Page MenuHomePhabricator

DiskBlockIndex: remove unused ToString() class member
ClosedPublic

Authored by PiRK on Mon, Apr 29, 11:17.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC820b59d6c5f1: DiskBlockIndex: remove unused ToString() class member
Summary

and mark its inherited CBlockIndex#ToString public interface member
as deleted, to disallow calling it in the derived CDiskBlockIndex class.

This is a partial backport of core#25349
https://github.com/bitcoin/bitcoin/pull/25349/commits/99e8ec8721a52cd08bdca31f6e926c9c1ce281fb

Depends on D16070

Test Plan

ninja all check-all bitcoin-fuzzers

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable