Skip to content

Commit 6b584af

Browse files
committed
patch 7.4.1466
Problem: Coverity reports dead code. Solution: Remove the two lines.
1 parent cc7f8be commit 6b584af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/channel.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,8 +1602,6 @@ may_invoke_callback(channel_T *channel, int part)
16021602
invoke_callback(channel, callback, argv);
16031603
}
16041604
}
1605-
else if (msg != NULL)
1606-
ch_logs(channel, "Dropping message '%s'", (char *)msg);
16071605
else
16081606
ch_log(channel, "Dropping message");
16091607

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,8 @@ static char *(features[]) =
743743

744744
static int included_patches[] =
745745
{ /* Add new patch number below this line */
746+
/**/
747+
1466,
746748
/**/
747749
1465,
748750
/**/

0 commit comments

Comments
 (0)