commit | a53618dd1dd91c7bb67b5dfc83dc29371b47f55b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 29 23:14:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 29 23:14:02 2020 +0200 |
tree | 87e3ee93c6765b7aff9066322466ebf49c61ca56 | |
parent | de19b745eee06a8a204988ae9989d97143caece9 [diff] [blame] |
patch 8.2.1094: dead code in libvterm Problem: Dead code in libvterm. Solution: Remove condition that is always true.
diff --git a/src/version.c b/src/version.c index 3697248..83f5c2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1094, +/**/ 1093, /**/ 1092,