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
parent
82aea04c79
commit
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. */
|
||||
|
|
Loading…
Reference in New Issue