From b933584a7210ac5d81397981589267efa8a9b582 Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Wed, 14 Jul 2021 13:34:15 -0400
Subject: [PATCH] VS: Remove the /MERGE flag from v143 link flag table

Apply the change from commit a9f992434d (VS: Remove the /MERGE flag from
FlagTables, 2021-06-08, v3.21.0-rc1~58^2) to the v143 flag table.
---
 Templates/MSBuild/FlagTables/v143_Link.json | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/Templates/MSBuild/FlagTables/v143_Link.json b/Templates/MSBuild/FlagTables/v143_Link.json
index c52d01eb79..71d58f885a 100644
--- a/Templates/MSBuild/FlagTables/v143_Link.json
+++ b/Templates/MSBuild/FlagTables/v143_Link.json
@@ -1350,15 +1350,6 @@
       "UserValue"
     ]
   },
-  {
-    "name": "MergeSections",
-    "switch": "MERGE:",
-    "comment": "Merge Sections",
-    "value": "",
-    "flags": [
-      "UserValue"
-    ]
-  },
   {
     "name": "LinkKeyFile",
     "switch": "KEYFILE:",
-- 
GitLab