1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2020-07-01 13:04:05 +02:00
parent be7a50c22f
commit 9004949221
2 changed files with 10 additions and 6 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1102,
/**/
1101,
/**/