commit | e707c882b23a53d2c1f0d1f7fc3a7be247aca614 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 13:07:37 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 13:07:37 2020 +0200 |
tree | 69748d08ee9c7ff86a176a7efa1d653f57a5134e | |
parent | 90049492215aa458b90215b8e0fc50f04d5ad270 [diff] [blame] |
patch 8.2.1103: Coverity reports an unnecessary NULL check Problem: Coverity reports an unnecessary NULL check. Solution: Remove the check for NULL.
diff --git a/src/version.c b/src/version.c index 26eb42a..53bb772 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1103, +/**/ 1102, /**/ 1101,