# HG changeset patch # User Bram Moolenaar # Date 1554577206 -7200 # Node ID 8e168aa0831074146305f46993fb5e713a5e1980 # Parent aeb340e0e4850debc3eab434a43e6fb371959853 patch 8.1.1130: MS-Windows: warning for unused variable commit https://github.com/vim/vim/commit/11640238289969a278876596a380952ffe25aad3 Author: Bram Moolenaar 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. diff --git a/src/evalfunc.c b/src/evalfunc.c --- 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; diff --git a/src/version.c b/src/version.c --- 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,