summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-12-26 14:37:44 +0000
committerBram Moolenaar <Bram@vim.org>2022-12-26 14:37:44 +0000
commitb536540ab3c13db629432c411e92c05c4a3808ba (patch)
treeee9fd0ed572ed62e03e2794f9eeba94c4cbc13ce /src/version.c
parentd0883faac6a74f777c9a6be9d035c59ee1c969c5 (diff)
patch 9.0.1101: unused global variablev9.0.1101
Problem: Unused global variable. Solution: Remove the variable. (closes #11752)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e8ea9f54f4..d379aa9988 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1101,
+/**/
1100,
/**/
1099,