mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
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.
This commit is contained in:
@@ -118,7 +118,6 @@ protected:
|
||||
|
||||
virtual void WriteTargetsToSolution(
|
||||
std::ostream& fout,
|
||||
cmLocalGenerator* root,
|
||||
OrderedTargetDependSet const& projectTargets);
|
||||
virtual void WriteTargetDepends(
|
||||
std::ostream& fout,
|
||||
|
||||
Reference in New Issue
Block a user