commit | 2fb749568662c86992aea3b596458b9e470f223d | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Sat Jun 19 21:38:25 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 19 21:38:25 2021 +0200 |
tree | 489350430c35b53483c1d029e22af561db7f95ee | |
parent | 6864efa59636ccede2af24e3f5f92d78d210d77b [diff] [blame] |
patch 8.2.3020: unreachable code Problem: Unreachable code. Solution: Remove the code. (closes #8406)
diff --git a/src/version.c b/src/version.c index adde02e..d1201f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3020, +/**/ 3019, /**/ 3018,