commit | b4a88a0441a65a0c9411c294825a08ca703f541e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 05 20:18:14 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 05 20:18:14 2019 +0200 |
tree | 9178d0d7c9e9aefa6962bf85089923c29c096fd4 | |
parent | 6f33b893c6c5f4881ca60e12cb81a3ec31eae7ab [diff] [blame] |
patch 8.1.1818: unused variable Problem: Unused variable. Solution: Remove the variable. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 287775f..8537df1 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1818, +/**/ 1817, /**/ 1816,