summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-06 11:06:47 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-21 19:14:07 (GMT)
commit61c0113c13fe4a65c394e56cc0354db0b80d9c4c (patch)
treedf74a8f8f16607887423be60b68b6bde396eab58 /Source/cmLocalUnixMakefileGenerator3.h
parent080489b8a92253bedbb67cc7958351350f4b2341 (diff)
downloadCMake-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.h3
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);