diff --git a/quinn-proto/src/connection/mod.rs b/quinn-proto/src/connection/mod.rs
index 8b3df99e8..eb137ccf3 100644
--- a/quinn-proto/src/connection/mod.rs
+++ b/quinn-proto/src/connection/mod.rs
@@ -904,12 +904,8 @@ where
}
/// Read the next ordered chunk from the given recv stream
- pub fn read_chunk(
- &mut self,
- id: StreamId,
- max_length: usize,
- ) -> Result