commit | 3d8a513b46b586cb5d2893e7f28c5f51c4dfdc17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 04 16:13:49 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 04 16:13:49 2020 +0100 |
tree | 2931875c1c84bacc2254e4d66fea1f53d2b3f040 | |
parent | 0892832bb6c7e322fcae8560eaad5a8140ee4a06 [diff] [blame] |
patch 8.2.0085: dead code in builtin functions Problem: Dead code in builtin functions. Solution: Clean up the code.
diff --git a/src/version.c b/src/version.c index 6b2c9c8..d159ceb 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 85, +/**/ 84, /**/ 83,