Remove child_nodes method from CachedTreeHash

This commit is contained in:
Paul Hauner
2019-04-15 11:44:44 +10:00
parent c87a0fc588
commit e6c33e1b60
3 changed files with 9 additions and 44 deletions

View File

@@ -47,8 +47,6 @@ pub trait CachedTreeHash<Item>: Debug {
fn btree_overlay(&self, chunk_offset: usize) -> Result<BTreeOverlay, Error>;
fn num_child_nodes(&self) -> usize;
fn packed_encoding(&self) -> Vec<u8>;
fn packing_factor() -> usize;