commit | 2e7cba347fc8b746add12aa5e0e9f6218a76c788 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Jun 10 15:30:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 10 15:30:32 2022 +0100 |
tree | 8225458b3e9d5a108dd4c57f0e94e5aa736919fd | |
parent | b74e04649168aec579183dfef70b8784d2afe993 [diff] [blame] |
patch 8.2.5076: unnecessary code Problem: Unnecessary code. Solution: Remove code and replace with function call. (closes #10552)
diff --git a/src/version.c b/src/version.c index d86a23d..091cdba 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5076, +/**/ 5075, /**/ 5074,