From 1fe1e6eeaf2f6157133546d49be6b0e0c1da3dd3 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 15 Oct 2017 14:03:24 -0400 Subject: [PATCH] mingw build: delete unused variable --- src/os.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/os.cpp b/src/os.cpp index 1085913b16..fb6beca8d1 100644 --- 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);