Skip to content

Commit db45427

Browse files
committed
remove unused method
1 parent 65a6a31 commit db45427

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/async_reader.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,6 @@ impl AsyncCursor {
205205
&self.reader
206206
}
207207

208-
pub(crate) async fn get_range(&mut self, range: Range<usize>) -> Result<Bytes> {
209-
self.reader.get_bytes(range).await
210-
}
211-
212208
/// Advance cursor position by a set amount
213209
pub(crate) fn advance(&mut self, amount: usize) {
214210
self.offset += amount;

0 commit comments

Comments
 (0)