summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio14Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-01-09 16:51:12 (GMT)
committerBrad King <brad.king@kitware.com>2019-01-10 12:52:51 (GMT)
commit163cc8bbdd20fceaa6958a071e3d15f53b224864 (patch)
tree2c925c3df0b20c073d0c529fd31477c572bd7f1f /Source/cmGlobalVisualStudio14Generator.cxx
parent6d99406e698a3d1b0b69b0fc0f6e09e93fc4ed79 (diff)
downloadCMake-163cc8bbdd20fceaa6958a071e3d15f53b224864.zip
CMake-163cc8bbdd20fceaa6958a071e3d15f53b224864.tar.gz
CMake-163cc8bbdd20fceaa6958a071e3d15f53b224864.tar.bz2
VS: Convert WriteSLNHeader to non-virtual lookup table
Diffstat (limited to 'Source/cmGlobalVisualStudio14Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio14Generator.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/cmGlobalVisualStudio14Generator.cxx b/Source/cmGlobalVisualStudio14Generator.cxx
index ac969e8..a6dbc23 100644
--- a/Source/cmGlobalVisualStudio14Generator.cxx
+++ b/Source/cmGlobalVisualStudio14Generator.cxx
@@ -174,17 +174,6 @@ bool cmGlobalVisualStudio14Generator::SelectWindowsStoreToolset(
toolset);
}
-void cmGlobalVisualStudio14Generator::WriteSLNHeader(std::ostream& fout)
-{
- // Visual Studio 14 writes .sln format 12.00
- fout << "Microsoft Visual Studio Solution File, Format Version 12.00\n";
- if (this->ExpressEdition) {
- fout << "# Visual Studio Express 14 for Windows Desktop\n";
- } else {
- fout << "# Visual Studio 14\n";
- }
-}
-
bool cmGlobalVisualStudio14Generator::IsWindowsDesktopToolsetInstalled() const
{
const char desktop10Key[] = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\"