diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-17 09:33:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-05-19 15:02:34 (GMT) |
commit | dad8b03fbed1b78fa04909fe484d92067f2e4bad (patch) | |
tree | 986fa7b6ea1ef8070b51637156c786e9b522e1c8 /Source/cmGlobalVisualStudio9Generator.cxx | |
parent | e435f875ec926d5080414837c5b7850475e2b45b (diff) | |
download | CMake-dad8b03fbed1b78fa04909fe484d92067f2e4bad.zip CMake-dad8b03fbed1b78fa04909fe484d92067f2e4bad.tar.gz CMake-dad8b03fbed1b78fa04909fe484d92067f2e4bad.tar.bz2 |
VS: Remove obsolete methods.
Base class implementations for these are identical.
Diffstat (limited to 'Source/cmGlobalVisualStudio9Generator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudio9Generator.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/cmGlobalVisualStudio9Generator.cxx b/Source/cmGlobalVisualStudio9Generator.cxx index 8f32165..95e9fb9 100644 --- a/Source/cmGlobalVisualStudio9Generator.cxx +++ b/Source/cmGlobalVisualStudio9Generator.cxx @@ -114,15 +114,6 @@ void cmGlobalVisualStudio9Generator::WriteSLNHeader(std::ostream& fout) fout << "# Visual Studio 2008\n"; } -///! Create a local generator appropriate to this Global Generator -cmLocalGenerator * -cmGlobalVisualStudio9Generator::CreateLocalGenerator(cmLocalGenerator* parent) -{ - cmLocalVisualStudio7Generator *lg - = new cmLocalVisualStudio7Generator(this, parent); - return lg; -} - //---------------------------------------------------------------------------- std::string cmGlobalVisualStudio9Generator::GetUserMacrosDirectory() { |