commit | 81226e03102dd00b7cdce0e00775e1e30462f9a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 20 21:44:45 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 20 21:44:45 2018 +0100 |
tree | dace60a552668bfd17bde5c5fbccbb4ae66024a8 | |
parent | 3cc9f7440d857ff8360c15bb11e4e6229463920e [diff] [blame] |
patch 8.0.1528: dead code found Problem: Dead code found. Solution: Remove the useless lines. (CodeAi, closes #2656)
diff --git a/src/version.c b/src/version.c index 5bd6ead..52b447e 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1528, +/**/ 1527, /**/ 1526,