why was that ever there

This commit is contained in:
Adam D. Ruppe 2023-10-12 07:52:01 -04:00
parent dfdc6e7816
commit 0dacbf15b8
1 changed files with 0 additions and 1 deletions

View File

@ -8787,7 +8787,6 @@ version(TerminalDirectToEmulator) {
_dup2(_fileno(stdout), _fileno(stderr));
setvbuf(stderr, null, _IOLBF, 128); // if I don't unbuffer this it can really confuse things
assert(0);
}
WindowsRead(0, 0, this.overlapped);