Generators: Remove function declarations which do not have a definition

This commit is contained in:
Daniel Eiband 2019-09-21 12:48:26 +02:00
parent ebb9346490
commit 0965bd9c06
2 changed files with 0 additions and 3 deletions

View File

@ -555,8 +555,6 @@ protected:
cmTarget* FindTargetImpl(std::string const& name) const;
cmGeneratorTarget* FindGeneratorTargetImpl(std::string const& name) const;
cmGeneratorTarget* FindImportedGeneratorTargetImpl(
std::string const& name) const;
const char* GetPredefinedTargetsFolder();

View File

@ -93,7 +93,6 @@ private:
void WriteProcessedMakefile(std::ostream& os);
void WritePools(std::ostream& os);
void WriteCustomCommandRule();
void WriteCustomCommandBuildStatement(cmCustomCommand const* cc,
const cmNinjaDeps& orderOnlyDeps);