commit | f386f08ccbd88e28479a4131a1b919bd3c0913ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 29 23:03:03 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 29 23:03:03 2019 +0200 |
tree | a7b33711ac9ac0510983503a6178d95a50cc4741 | |
parent | 4641a122f2ffb820ec6d05526532ab38930c5286 [diff] [blame] |
patch 8.1.1777: useless checks for job feature in channel test Problem: Useless checks for job feature in channel test. Solution: Remove the checks. Remove ch_log() calls.
diff --git a/src/version.c b/src/version.c index 5b02511..281e7e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1777, +/**/ 1776, /**/ 1775,