From: Bram Moolenaar Date: Mon, 29 Feb 2016 22:03:23 +0000 (+0100) Subject: patch 7.4.1466 X-Git-Tag: v7.4.1466 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b584af3d7337639da27fd847c7c69a406af397e;p=thirdparty%2Fvim.git patch 7.4.1466 Problem: Coverity reports dead code. Solution: Remove the two lines. --- diff --git a/src/channel.c b/src/channel.c index b6a968b66b..eb1fbea6d3 100644 --- a/src/channel.c +++ b/src/channel.c @@ -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"); diff --git a/src/version.c b/src/version.c index 9b58329331..0a4cf2a427 100644 --- a/src/version.c +++ b/src/version.c @@ -743,6 +743,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1466, /**/ 1465, /**/