Skip to content

Commit ce85f5c

Browse files
committed
fix(tail): remove unnecessary observer.add_stdin call in tail_stdin
The removed line
1 parent 806c34b commit ce85f5c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/uu/tail/src/tail.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ fn tail_stdin(
343343
} else {
344344
let mut reader = BufReader::new(stdin());
345345
unbounded_tail(&mut reader, settings)?;
346-
observer.add_stdin(input.display_name.as_str(), Some(Box::new(reader)), true)?;
347346
}
348347

349348
Ok(())

0 commit comments

Comments
 (0)