diff options
author | Brad King <brad.king@kitware.com> | 2014-06-13 12:57:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-06-13 12:57:34 (GMT) |
commit | cb67509b06b9acdc3e23ea7dfc13257e9e8d1b20 (patch) | |
tree | 7c8763bcf6ef8180d8e926cfd85c8f337324dfb6 /Source/cmGlobalVisualStudio7Generator.h | |
parent | 790e167718bff5660e9023f627df0413504fb207 (diff) | |
download | CMake-cb67509b06b9acdc3e23ea7dfc13257e9e8d1b20.zip CMake-cb67509b06b9acdc3e23ea7dfc13257e9e8d1b20.tar.gz CMake-cb67509b06b9acdc3e23ea7dfc13257e9e8d1b20.tar.bz2 |
VS: Remove unused parameter of WriteTargetConfigurations
The cmGlobalVisualStudio7Generator::WriteTargetConfigurations
'root' parameter is no longer used, so remove it.
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index 7f55381..291d297 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -150,7 +150,6 @@ protected: OrderedTargetDependSet const& projectTargets); virtual void WriteTargetConfigurations( std::ostream& fout, - cmLocalGenerator* root, OrderedTargetDependSet const& projectTargets); void GenerateConfigurations(cmMakefile* mf); |