commit | 90049492215aa458b90215b8e0fc50f04d5ad270 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 13:04:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 13:04:05 2020 +0200 |
tree | 4a446594aa83271f92f0089373caab8a4b92e943 | |
parent | be7a50c22f63478a6e64fe6b932a847830191b95 [diff] [blame] |
patch 8.2.1102: Coverity gets confused by an unnecessary NULL check Problem: Coverity gets confused by an unnecessary NULL check. Solution: Remove the check for NULL.
diff --git a/src/version.c b/src/version.c index f1b0be6..26eb42a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1102, +/**/ 1101, /**/ 1100,