changeset 17642:fe637f192d80 v8.1.1818

patch 8.1.1818: unused variable commit https://github.com/vim/vim/commit/b4a88a0441a65a0c9411c294825a08ca703f541e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 5 20:18:14 2019 +0200 patch 8.1.1818: unused variable Problem: Unused variable. Solution: Remove the variable. (Mike Williams)
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Aug 2019 20:30:06 +0200
parents 10631f073626
children dfc6ba5db4ec
files src/sound.c src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/sound.c
+++ b/src/sound.c
@@ -228,7 +228,6 @@ sound_wndproc(HWND hwnd, UINT message, W
 		{
 		    typval_T	argv[3];
 		    typval_T	rettv;
-		    int		dummy;
 		    char	buf[32];
 
 		    vim_snprintf(buf, sizeof(buf), "close sound%06ld",
--- a/src/version.c
+++ b/src/version.c
@@ -774,6 +774,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1818,
+/**/
     1817,
 /**/
     1816,