mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
cmLocalUnixMakefileGenerator3: Remove unused method.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user