Page MenuHomePhabricator

remove unused BlockValidationResult::BLOCK_FINALIZED
ClosedPublic

Authored by PiRK on Dec 20 2023, 14:25.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC7ff3d53435cc: remove unused BlockValidationResult::BLOCK_FINALIZED
Summary

This enum value was introduced in D6698 and stopped being used sometime between D6708 and the present day. I can't tell exactly when.

Removing it will let me backport core#24304 without having to add an unreachable case BlockValidationResult::BLOCK_FINALIZED: in the switch block.

Test Plan

ninja all check-all

Diff Detail

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