0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.1.1818: unused variable

Problem:    Unused variable.
Solution:   Remove the variable. (Mike Williams)
This commit is contained in:
Bram Moolenaar 2019-08-05 20:18:14 +02:00
parent 6f33b893c6
commit b4a88a0441
2 changed files with 2 additions and 1 deletions

View 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",

View File

@ -773,6 +773,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1818,
/**/
1817,
/**/