From 6b584af3d7337639da27fd847c7c69a406af397e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 29 Feb 2016 23:03:23 +0100 Subject: [PATCH] patch 7.4.1466 Problem: Coverity reports dead code. Solution: Remove the two lines. --- src/channel.c | 2 -- src/version.c | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/channel.c b/src/channel.c index b6a968b66..eb1fbea6d 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 9b5832933..0a4cf2a42 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, /**/