commit | 90d0cf69aab7c1d6f5212d47ca1a5fe1a213bbc8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 27 21:49:14 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 27 21:49:14 2019 +0100 |
tree | bed7ccdd645cec9167b186079361f7f17321daa4 | |
parent | 3a731ee0c2dd34792c1b21fc4c699a84129f1b86 [diff] [blame] |
patch 8.1.1059: MS-Windows: PlatformId() is called unnecessarily Problem: MS-Windows: PlatformId() is called unnecessarily. Solution: Remove calls to PlatformId(). (Ken Takata, closes #4170)
diff --git a/src/version.c b/src/version.c index 541a02f..c7fcb59 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1059, +/**/ 1058, /**/ 1057,