cmLocalUnixMakefileGenerator3: Remove unused method.
This commit is contained in:
parent
080489b8a9
commit
61c0113c13
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue