1
1

tweaks: remove a superfluous and ineffective assignment

This assignment became superfluous two years ago, by David's revamping
of read_file() in commit 86f7bc18.
Этот коммит содержится в:
Benno Schulenberg 2019-05-18 17:21:54 +02:00
родитель 82aea04c79
Коммит 8723375443

Просмотреть файл

@ -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. */