commit | c53e7904b9ac559c7ad6e3acb136027d10aed54e | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Fri Dec 23 12:17:33 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 23 12:17:33 2022 +0000 |
tree | 0dced03f173e08a24e084096213248cf3d55f53f | |
parent | 9fca133eb78ce25531da394db904c4fa8d40b35c [diff] [blame] |
patch 9.0.1089: unnessary assignment Problem: unnessary assignment Solution: Remove the assignment. (Luuk van Baal, closes #1136)
diff --git a/src/version.c b/src/version.c index a7fd8d8..71029ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1089, +/**/ 1088, /**/ 1087,