Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dvush committed Sep 26, 2024
1 parent 31c9a48 commit d18e9ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sparse_mpt/fixed_trie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ impl FixedTrieNode {
FixedTrieNode::Branch { node, .. } => {
DiffTrieNodeKind::Branch(DiffBranchNode {
fixed: Some(Arc::clone(node)),
// changed_children: Vec::with_capacity(node.child_mask.count_ones() as usize),
// changed_children: ArrayVec::new(),
// changed_children: Vec::new(),
changed_children: SmallVec::new(),
aux_bits: node.child_mask,
})
Expand Down

0 comments on commit d18e9ba

Please sign in to comment.