commit | 0b76ad53b30232093b96a74d5ce6f02395219456 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 31 21:20:51 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 31 21:20:51 2020 +0100 |
tree | 8d5b50168fd422c7cd53306966abdc0a12bf5036 | |
parent | 705724e430abd10ffdd5f1a2bb5a8f9223ff5cdd [diff] [blame] |
patch 8.2.0187: reduntant code Problem: Reduntant code. Solution: Remove unused assignments. (Dominique Pelle, closes #5557)
diff --git a/src/version.c b/src/version.c index 839617a..f4022c6 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 187, +/**/ 186, /**/ 185,