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

patch 8.1.1130: MS-Windows: warning for unused variable

Problem:    MS-Windows: warning for unused variable.
Solution:   Remove the variable.
This commit is contained in:
Bram Moolenaar 2019-04-06 20:53:29 +02:00
parent 2d7260d665
commit 1164023828
2 changed files with 2 additions and 1 deletions

View File

@ -9196,7 +9196,6 @@ f_readdir(typval_T *argvars, typval_T *rettv)
int i; int i;
#ifdef MSWIN #ifdef MSWIN
char_u *buf, *p; char_u *buf, *p;
WIN32_FIND_DATA fb;
int ok; int ok;
HANDLE hFind = INVALID_HANDLE_VALUE; HANDLE hFind = INVALID_HANDLE_VALUE;
WIN32_FIND_DATAW wfb; WIN32_FIND_DATAW wfb;

View File

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