commit | 1f89abf69d2c485c38da9a45161e806de0f86f2f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 06 10:07:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 06 10:07:01 2022 +0100 |
tree | b4ea5044700b4ca34360e42d134e185fa8c47520 | |
parent | 99c48fe9974b8d70ca33674658a3da722b0d6466 [diff] [blame] |
patch 8.2.5062: Coverity warns for dead code Problem: Coverity warns for dead code. Solution: Remove the dead code.
diff --git a/src/version.c b/src/version.c index 074652b..5420286 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5062, +/**/ 5061, /**/ 5060,