Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
bram209 committed Feb 2, 2025
1 parent 99994fc commit 4db431e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions printer/src/ring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ impl<T> RingBuffer<T> {
self.data.clear();
}

pub fn index_of_first(&self) -> usize {
self.offset
}

pub fn index_range(&self) -> Range<usize> {
self.offset..self.offset + self.data.len()
}
Expand Down

0 comments on commit 4db431e

Please sign in to comment.