mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
Merge pull request #64 from KokaKiwi/fix-build
Fix build for tee (Reader.eof())
This commit is contained in:
commit
c6d72ee936
1 changed files with 0 additions and 4 deletions
|
@ -139,10 +139,6 @@ impl Reader for NamedReader {
|
|||
}).inside(|| self.inner.read(buf)))
|
||||
|
||||
}
|
||||
|
||||
fn eof(&mut self) -> bool {
|
||||
self.inner.eof()
|
||||
}
|
||||
}
|
||||
|
||||
fn with_path<T>(path: &Path, cb: || -> T) -> T {
|
||||
|
|
Loading…
Reference in a new issue