diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-17 11:33:16 +0200 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-05-19 11:02:34 -0400 |
commit | dad8b03fbed1b78fa04909fe484d92067f2e4bad (patch) | |
tree | 986fa7b6ea1ef8070b51637156c786e9b522e1c8 /Source/cmGlobalVisualStudio14Generator.cxx | |
parent | e435f875ec926d5080414837c5b7850475e2b45b (diff) | |
download | cmake-dad8b03fbed1b78fa04909fe484d92067f2e4bad.tar.gz |
VS: Remove obsolete methods.
Base class implementations for these are identical.
Diffstat (limited to 'Source/cmGlobalVisualStudio14Generator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudio14Generator.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmGlobalVisualStudio14Generator.cxx b/Source/cmGlobalVisualStudio14Generator.cxx index e11943d03c..06ebe3268f 100644 --- a/Source/cmGlobalVisualStudio14Generator.cxx +++ b/Source/cmGlobalVisualStudio14Generator.cxx @@ -127,10 +127,3 @@ void cmGlobalVisualStudio14Generator::WriteSLNHeader(std::ostream& fout) fout << "# Visual Studio 14\n"; } } - -//---------------------------------------------------------------------------- -cmLocalGenerator * -cmGlobalVisualStudio14Generator::CreateLocalGenerator(cmLocalGenerator* parent) -{ - return new cmLocalVisualStudio10Generator(this, parent); -} |