summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-17 09:33:16 (GMT)
committerBrad King <brad.king@kitware.com>2015-05-19 15:02:34 (GMT)
commitdad8b03fbed1b78fa04909fe484d92067f2e4bad (patch)
tree986fa7b6ea1ef8070b51637156c786e9b522e1c8 /Source/cmGlobalVisualStudio8Generator.cxx
parente435f875ec926d5080414837c5b7850475e2b45b (diff)
downloadCMake-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/cmGlobalVisualStudio8Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx
index 5a69f62..6d0dd36 100644
--- a/Source/cmGlobalVisualStudio8Generator.cxx
+++ b/Source/cmGlobalVisualStudio8Generator.cxx
@@ -126,16 +126,6 @@ std::string cmGlobalVisualStudio8Generator::FindDevEnvCommand()
}
//----------------------------------------------------------------------------
-///! Create a local generator appropriate to this Global Generator
-cmLocalGenerator *
-cmGlobalVisualStudio8Generator::CreateLocalGenerator(cmLocalGenerator* parent)
-{
- cmLocalVisualStudio7Generator *lg =
- new cmLocalVisualStudio7Generator(this, parent);
- return lg;
-}
-
-//----------------------------------------------------------------------------
void cmGlobalVisualStudio8Generator
::EnableLanguage(std::vector<std::string>const & lang,
cmMakefile *mf, bool optional)