cmLocalUnixMakefileGenerator3: Remove unused method.

This commit is contained in:
Stephen Kelly 2015-06-06 13:06:47 +02:00
parent 080489b8a9
commit 61c0113c13
1 changed files with 0 additions and 3 deletions

View File

@ -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);