VS: Remove C++ module CompileAs flag table entries for v145 toolset

Apply the change from commit 937f454fb9 (VS: Remove C++ module CompileAs
flag table entries for v142 and v143, 2021-07-26, v3.21.1~3^2) to the
v145 flag table.
This commit is contained in:
Brad King
2025-09-10 17:01:11 -04:00
parent dcc54ae656
commit d2c43f5df6
-21
View File
@@ -826,27 +826,6 @@
"value": "CompileAsCpp",
"flags": []
},
{
"name": "CompileAs",
"switch": "interface",
"comment": "Compile as C++ Module Code",
"value": "CompileAsCppModule",
"flags": []
},
{
"name": "CompileAs",
"switch": "internalPartition",
"comment": "Compile as C++ Module Internal Partition",
"value": "CompileAsCppModuleInternalPartition",
"flags": []
},
{
"name": "CompileAs",
"switch": "exportHeader",
"comment": "Compile as C++ Header Unit",
"value": "CompileAsHeaderUnit",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:none",