]> git.lizzy.rs Git - rust.git/commit
Remove dead `InternalBufWriter` implementation
authorAndrea Canciani <ranma42@gmail.com>
Tue, 12 Jan 2016 10:58:52 +0000 (11:58 +0100)
committerAndrea Canciani <ranma42@gmail.com>
Tue, 12 Jan 2016 17:10:43 +0000 (18:10 +0100)
commitfb82398b2a382649377b7e86407deff1aee4a229
tree36d8727970832aa30d23bfa459824a70b4580e57
parent7cffc9b1951f5e51ad19bf3b854f7afa8073aadb
Remove dead `InternalBufWriter` implementation

In 8d90d3f36871a00023cc1f313f91e351c287ca15 `BufStream`, the only
consumer of `InternalBufWriter`, was removed. As implied by the name,
this type is private, hence it is currently dead code.
src/libstd/io/buffered.rs