commit 1fe1e6eeaf2f6157133546d49be6b0e0c1da3dd3 (tree)
parent a98373f144b19cae1fd943a3c1ab655a8970b1a6
Author: Andrew Kelley <superjoe30@gmail.com>
Date: Sun, 15 Oct 2017 14:03:24 -0400
mingw build: delete unused variable
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/os.cpp b/src/os.cpp
@@ -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);