diff options
author | Brad King <brad.king@kitware.com> | 2010-12-10 19:33:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-12-10 19:33:34 (GMT) |
commit | 10f01ae962feb68177f7bd698b01bbc18668920c (patch) | |
tree | 9279d3e30e4bf35b79d3bb0cef894bdbfed9ffdb /Source/cmGlobalVisualStudio7Generator.h | |
parent | 57e71533f45601275afd7787d763664f9e6b9536 (diff) | |
download | CMake-10f01ae962feb68177f7bd698b01bbc18668920c.zip CMake-10f01ae962feb68177f7bd698b01bbc18668920c.tar.gz CMake-10f01ae962feb68177f7bd698b01bbc18668920c.tar.bz2 |
Remove unused parameter "root" in some VS generator methods
The previous commit removed the last use of this parameter from the
implementation of WriteTargetsToSolution. Remove the parameter.
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 b6c84e8..57c079d 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -118,7 +118,6 @@ protected: virtual void WriteTargetsToSolution( std::ostream& fout, - cmLocalGenerator* root, OrderedTargetDependSet const& projectTargets); virtual void WriteTargetDepends( std::ostream& fout, |