mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
Generators: Remove function declarations which do not have a definition
This commit is contained in:
parent
ebb9346490
commit
0965bd9c06
@ -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();
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user