# HG changeset patch # User Christian Brabandt # Date 1464876010 -7200 # Node ID 07bc9dc5b3c9c77cd6e9493dce1ad09dc0252b09 # Parent 3015b50926e4b3d32f86fb25d79964e479d5c93c commit https://github.com/vim/vim/commit/ae3f33040ba752e7f6b722d2fe2b2ebeeb8c56b4 Author: Bram Moolenaar Date: Thu Jun 2 15:49:36 2016 +0200 patch 7.4.1874 Problem: Unused variable in Win32 code. Solution: Remove it. (Mike Williams) diff --git a/src/gui_w32.c b/src/gui_w32.c --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -2050,7 +2050,6 @@ remove_any_timer(void) int gui_mch_wait_for_chars(int wtime) { - MSG msg; int focus; s_timed_out = FALSE; diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1874, +/**/ 1873, /**/ 1872,