You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Remove following dead code from fork_database
- fork_database::add( const header_confirmation& c )
- fork_database::set_bft_irreversible( block_id_type id )
ClosesEOSIO#7100
Signed-off-by: Hyung-Kyu Choi <[email protected]>
Following two member functions of
fork_datatbase
are not used anymore since PR #6149 which removecontroller::push_confirmation
.fork_database::add( const header_confirmation& c )
fork_database::set_bft_irreversible( block_id_type id )
Let's cleanup above dead code if there is no chance of using them in future.
The text was updated successfully, but these errors were encountered: