]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1103: Coverity reports an unnecessary NULL check v8.2.1103
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Jul 2020 11:07:37 +0000 (13:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Jul 2020 11:07:37 +0000 (13:07 +0200)
commite707c882b23a53d2c1f0d1f7fc3a7be247aca614
tree69748d08ee9c7ff86a176a7efa1d653f57a5134e
parent90049492215aa458b90215b8e0fc50f04d5ad270
patch 8.2.1103: Coverity reports an unnecessary NULL check

Problem:    Coverity reports an unnecessary NULL check.
Solution:   Remove the check for NULL.
src/eval.c
src/version.c