]> granicus.if.org Git - vim/commitdiff
patch 8.1.1818: unused variable v8.1.1818
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Aug 2019 18:18:14 +0000 (20:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Aug 2019 18:18:14 +0000 (20:18 +0200)
Problem:    Unused variable.
Solution:   Remove the variable. (Mike Williams)

src/sound.c
src/version.c

index c104b0d9a4899c74662f01e76714767b27a3de08..92618a9f341a65e6a5c989a8fd8153074c2b28d8 100644 (file)
@@ -228,7 +228,6 @@ sound_wndproc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
                {
                    typval_T    argv[3];
                    typval_T    rettv;
-                   int         dummy;
                    char        buf[32];
 
                    vim_snprintf(buf, sizeof(buf), "close sound%06ld",
index 287775f7ea1292f74f6fb0a83d05061c939ba987..8537df1815a0e546117fcdea45e3dc1da688bd8f 100644 (file)
@@ -773,6 +773,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1818,
 /**/
     1817,
 /**/