changeset 16251:8e168aa08310 v8.1.1130

patch 8.1.1130: MS-Windows: warning for unused variable commit https://github.com/vim/vim/commit/11640238289969a278876596a380952ffe25aad3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 6 20:53:29 2019 +0200 patch 8.1.1130: MS-Windows: warning for unused variable Problem: MS-Windows: warning for unused variable. Solution: Remove the variable.
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Apr 2019 21:00:06 +0200
parents aeb340e0e485
children b3d817081055
files src/evalfunc.c src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/evalfunc.c
+++ b/src/evalfunc.c
@@ -9196,7 +9196,6 @@ f_readdir(typval_T *argvars, typval_T *r
     int		i;
 #ifdef MSWIN
     char_u		*buf, *p;
-    WIN32_FIND_DATA	fb;
     int			ok;
     HANDLE		hFind = INVALID_HANDLE_VALUE;
     WIN32_FIND_DATAW    wfb;
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1130,
+/**/
     1129,
 /**/
     1128,