mingw build: delete unused variable

This commit is contained in:
Andrew Kelley 2017-10-15 14:03:24 -04:00
parent a98373f144
commit 1fe1e6eeaf

View File

@ -973,7 +973,6 @@ void os_stderr_set_color(TermColor color) {
}
}
DWORD chars_written;
switch (color) {
case TermColorRed:
SetConsoleTextAttribute(stderr_handle, FOREGROUND_RED|FOREGROUND_INTENSITY);