1
0
forked from aniani/vim

patch 8.2.3125: variables are set but not used

Problem:    Variables are set but not used.
Solution:   Move the declarations to the block where they are used.
            (closes #8527)
This commit is contained in:
=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-07-08 18:05:00 +02:00
committed by Bram Moolenaar
parent deb108ba0a
commit 09f688c33a
2 changed files with 7 additions and 5 deletions

View File

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