commit | 122dea70073d140aa89212d344c3f62bd3b5b3fa | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Jul 27 15:48:45 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 15:48:45 2022 +0100 |
tree | 8e9c9e34aa381f6da2dc7b8dcd58de85c19cedca | |
parent | 3d6ee8bda0550a01346f5992bbce09c0eb6d7569 [diff] [blame] |
patch 9.0.0095: conditions are always true Problem: Conditions are always true. Solution: Remove useless conditions. (closes #10802)
diff --git a/src/version.c b/src/version.c index 8232111..064d566 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 95, +/**/ 94, /**/ 93,