Skip to content

Commit 6a7b5df

Browse files
committed
Removed unused method
1 parent 997accc commit 6a7b5df

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/libstd/io/buffered.rs

-6
Original file line numberDiff line numberDiff line change
@@ -909,12 +909,6 @@ impl<'a, W: Write> LineWriterShim<'a, W> {
909909
Self { buffer }
910910
}
911911

912-
/// Get a reference to the inner writer (that is, the writer wrapped by
913-
/// the BufWriter)
914-
fn inner(&self) -> &W {
915-
self.buffer.get_ref()
916-
}
917-
918912
/// Get a mutable reference to the inner writer (that is, the writer
919913
/// wrapped by the BufWriter). Be careful with this writer, as writes to
920914
/// it will bypass the buffer.

0 commit comments

Comments
 (0)