summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-17 20:19:27 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-17 20:19:27 (GMT)
commitd3d9218a52dad04c1cfa87e537d98ee0678db1db (patch)
treed16366e5c6f291954815f365314883922efa3d33
parenteeb60102e813c6c69546e4257a332ede4e234171 (diff)
downloadCMake-d3d9218a52dad04c1cfa87e537d98ee0678db1db.zip
CMake-d3d9218a52dad04c1cfa87e537d98ee0678db1db.tar.gz
CMake-d3d9218a52dad04c1cfa87e537d98ee0678db1db.tar.bz2
VS: Remove unused method from VS 9 generator
-rw-r--r--Source/cmGlobalVisualStudio9Generator.cxx8
-rw-r--r--Source/cmGlobalVisualStudio9Generator.h2
2 files changed, 0 insertions, 10 deletions
diff --git a/Source/cmGlobalVisualStudio9Generator.cxx b/Source/cmGlobalVisualStudio9Generator.cxx
index 45608e1..00d9179 100644
--- a/Source/cmGlobalVisualStudio9Generator.cxx
+++ b/Source/cmGlobalVisualStudio9Generator.cxx
@@ -122,14 +122,6 @@ cmLocalGenerator *cmGlobalVisualStudio9Generator::CreateLocalGenerator()
}
//----------------------------------------------------------------------------
-void cmGlobalVisualStudio9Generator
-::EnableLanguage(std::vector<std::string>const & lang,
- cmMakefile *mf, bool optional)
-{
- cmGlobalVisualStudio8Generator::EnableLanguage(lang, mf, optional);
-}
-
-//----------------------------------------------------------------------------
std::string cmGlobalVisualStudio9Generator::GetUserMacrosDirectory()
{
std::string base;
diff --git a/Source/cmGlobalVisualStudio9Generator.h b/Source/cmGlobalVisualStudio9Generator.h
index f1c7091..c24d5fe 100644
--- a/Source/cmGlobalVisualStudio9Generator.h
+++ b/Source/cmGlobalVisualStudio9Generator.h
@@ -35,8 +35,6 @@ public:
* Try to determine system infomation such as shared library
* extension, pthreads, byte order etc.
*/
- virtual void EnableLanguage(std::vector<std::string>const& languages,
- cmMakefile *, bool optional);
virtual void WriteSLNHeader(std::ostream& fout);
/**