# HG changeset patch # User Christian Brabandt # Date 1456784107 -3600 # Node ID a0cff08e7aa36699f72c0390f0b3e2222aaf745a # Parent 90c335803912f113f9a4386b36ff50537ff47162 commit https://github.com/vim/vim/commit/6b584af3d7337639da27fd847c7c69a406af397e Author: Bram Moolenaar Date: Mon Feb 29 23:03:23 2016 +0100 patch 7.4.1466 Problem: Coverity reports dead code. Solution: Remove the two lines. diff --git a/src/channel.c b/src/channel.c --- a/src/channel.c +++ b/src/channel.c @@ -1602,8 +1602,6 @@ may_invoke_callback(channel_T *channel, 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 --- a/src/version.c +++ b/src/version.c @@ -744,6 +744,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1466, +/**/ 1465, /**/ 1464,