VS: Remove empty LanguageStandard entries from flag table for v143

This commit is contained in:
Brad King
2021-07-14 13:51:41 -04:00
parent c167de7e70
commit ccb6083cbe

View File

@@ -468,13 +468,6 @@
"value": "false",
"flags": []
},
{
"name": "LanguageStandard",
"switch": "",
"comment": "Default (ISO C++14 Standard)",
"value": "Default",
"flags": []
},
{
"name": "LanguageStandard",
"switch": "std:c++14",
@@ -503,13 +496,6 @@
"value": "stdcpplatest",
"flags": []
},
{
"name": "LanguageStandard_C",
"switch": "",
"comment": "Default (Legacy MSVC)",
"value": "Default",
"flags": []
},
{
"name": "LanguageStandard_C",
"switch": "std:c11",