Skip to content

Commit

Permalink
mingw build: delete unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Oct 15, 2017
1 parent a98373f commit 1fe1e6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/os.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 1fe1e6e

Please sign in to comment.