1
0
forked from aniani/vim

patch 7.4.1466

Problem:    Coverity reports dead code.
Solution:   Remove the two lines.
This commit is contained in:
Bram Moolenaar
2016-02-29 23:03:23 +01:00
parent cc7f8be3e0
commit 6b584af3d7
2 changed files with 2 additions and 2 deletions

View File

@@ -1602,8 +1602,6 @@ may_invoke_callback(channel_T *channel, int part)
invoke_callback(channel, callback, argv);
}
}
else if (msg != NULL)
ch_logs(channel, "Dropping message '%s'", (char *)msg);
else
ch_log(channel, "Dropping message");

View File

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