diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-06-06 11:06:47 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-21 19:14:07 (GMT) |
commit | 61c0113c13fe4a65c394e56cc0354db0b80d9c4c (patch) | |
tree | df74a8f8f16607887423be60b68b6bde396eab58 /Source/cmLocalUnixMakefileGenerator3.h | |
parent | 080489b8a92253bedbb67cc7958351350f4b2341 (diff) | |
download | CMake-61c0113c13fe4a65c394e56cc0354db0b80d9c4c.zip CMake-61c0113c13fe4a65c394e56cc0354db0b80d9c4c.tar.gz CMake-61c0113c13fe4a65c394e56cc0354db0b80d9c4c.tar.bz2 |
cmLocalUnixMakefileGenerator3: Remove unused method.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 4e4d146..b097c95 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -149,9 +149,6 @@ public: void AddImplicitDepends(cmTarget const& tgt, const std::string& lang, const char* obj, const char* src); - void AppendGlobalTargetDepends(std::vector<std::string>& depends, - cmTarget& target); - // write the target rules for the local Makefile into the stream void WriteLocalAllRules(std::ostream& ruleFileStream); |