Skip to content

Commit 1fe1e6e

Browse files
committed
mingw build: delete unused variable
1 parent a98373f commit 1fe1e6e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/os.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,6 @@ void os_stderr_set_color(TermColor color) {
973973
}
974974
}
975975

976-
DWORD chars_written;
977976
switch (color) {
978977
case TermColorRed:
979978
SetConsoleTextAttribute(stderr_handle, FOREGROUND_RED|FOREGROUND_INTENSITY);

0 commit comments

Comments
 (0)