commit | 6b584af3d7337639da27fd847c7c69a406af397e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 29 23:03:23 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 29 23:03:23 2016 +0100 |
tree | f2479490abe1541c337f5239739354105fff164c | |
parent | cc7f8be3e0e6c4d902b02052a862e21c3a3fbe22 [diff] [blame] |
patch 7.4.1466 Problem: Coverity reports dead code. Solution: Remove the two lines.
diff --git a/src/version.c b/src/version.c index 9b58329..0a4cf2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1466, +/**/ 1465, /**/ 1464,