mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 21:38:33 +00:00
mingw build: delete unused variable
This commit is contained in:
parent
a98373f144
commit
1fe1e6eeaf
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user