tweaks: remove a superfluous and ineffective assignment

This assignment became superfluous two years ago, by David's revamping
of read_file() in commit 86f7bc18.
master
Benno Schulenberg 2019-05-18 17:21:54 +02:00
parent 82aea04c79
commit 8723375443
1 changed files with 0 additions and 1 deletions

View File

@ -1099,7 +1099,6 @@ bool scoop_stdin(void)
/* Read the input into a new buffer. */
open_buffer("", TRUE);
read_file(stream, 0, "stdin", TRUE);
openfile->edittop = openfile->filetop;
fprintf(stderr, ".\n");
/* Reconnect the tty as the input source. */