Commit 1fe1e6eeaf

Andrew Kelley <superjoe30@gmail.com>
2017-10-15 20:03:24
mingw build: delete unused variable
1 parent a98373f
Changed files (1)
src
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);