diff options
author | Brad King <brad.king@kitware.com> | 2022-02-12 17:06:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-02-12 17:08:44 (GMT) |
commit | 6ab2c40c174bd4b4063a5a87f29b3bd80a4800b5 (patch) | |
tree | 397d8e30a68507c6f19450806d4917bba0c13ae6 /Source/cmGlobalVisualStudio7Generator.h | |
parent | 663296ab4f588ddf082f84a4f02baf894df32152 (diff) | |
download | CMake-6ab2c40c174bd4b4063a5a87f29b3bd80a4800b5.zip CMake-6ab2c40c174bd4b4063a5a87f29b3bd80a4800b5.tar.gz CMake-6ab2c40c174bd4b4063a5a87f29b3bd80a4800b5.tar.bz2 |
cmGlobalVisualStudio7Generator: Drop unused method
Since commit f47b4f68a9 (Drop Visual Studio 7 generator for VS .NET
2002, 2016-03-10, v3.6.0-rc1~268^2), the `WriteTargetDepends` method has
not been used.
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index 33f1063..a55cf45 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -148,8 +148,6 @@ protected: virtual void WriteTargetsToSolution( std::ostream& fout, cmLocalGenerator* root, OrderedTargetDependSet const& projectTargets); - virtual void WriteTargetDepends( - std::ostream& fout, OrderedTargetDependSet const& projectTargets); virtual void WriteTargetConfigurations( std::ostream& fout, std::vector<std::string> const& configs, OrderedTargetDependSet const& projectTargets); |