diff options
author | Brad King <brad.king@kitware.com> | 2014-07-17 20:19:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-07-17 20:19:27 (GMT) |
commit | d3d9218a52dad04c1cfa87e537d98ee0678db1db (patch) | |
tree | d16366e5c6f291954815f365314883922efa3d33 /Source/cmGlobalVisualStudio9Generator.cxx | |
parent | eeb60102e813c6c69546e4257a332ede4e234171 (diff) | |
download | CMake-d3d9218a52dad04c1cfa87e537d98ee0678db1db.zip CMake-d3d9218a52dad04c1cfa87e537d98ee0678db1db.tar.gz CMake-d3d9218a52dad04c1cfa87e537d98ee0678db1db.tar.bz2 |
VS: Remove unused method from VS 9 generator
Diffstat (limited to 'Source/cmGlobalVisualStudio9Generator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudio9Generator.cxx | 8 |
1 files changed, 0 insertions, 8 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; |