commit | b536540ab3c13db629432c411e92c05c4a3808ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 26 14:37:44 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 26 14:37:44 2022 +0000 |
tree | ee9fd0ed572ed62e03e2794f9eeba94c4cbc13ce | |
parent | d0883faac6a74f777c9a6be9d035c59ee1c969c5 [diff] [blame] |
patch 9.0.1101: unused global variable Problem: Unused global variable. Solution: Remove the variable. (closes #11752)
diff --git a/src/version.c b/src/version.c index e8ea9f5..d379aa9 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1101, +/**/ 1100, /**/ 1099,