Skip to content

Commit

Permalink
removes len
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki committed Jun 5, 2024
1 parent 1de2e83 commit 9a985b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/heap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ impl Heap {
pub fn reserve(&mut self, additional: usize) {
self.0.reserve(additional);
}

pub fn len(&self) -> usize {
self.0.len()
}
}

impl HeapInterface for Heap {
Expand Down

0 comments on commit 9a985b7

Please sign in to comment.