diff options
author | Daniel Eiband <daniel.eiband@brainlab.com> | 2019-09-21 10:48:26 (GMT) |
---|---|---|
committer | Daniel Eiband <daniel.eiband@brainlab.com> | 2019-09-21 10:55:37 (GMT) |
commit | 0965bd9c064a5a595ca1bde01e8dba425ea2b916 (patch) | |
tree | d4e256bb08f637c74912e0268fc57db949ca0a2f /Source/cmLocalNinjaGenerator.h | |
parent | ebb9346490741ddc2ce6f552bc1be57dfc730cfa (diff) | |
download | CMake-0965bd9c064a5a595ca1bde01e8dba425ea2b916.zip CMake-0965bd9c064a5a595ca1bde01e8dba425ea2b916.tar.gz CMake-0965bd9c064a5a595ca1bde01e8dba425ea2b916.tar.bz2 |
Generators: Remove function declarations which do not have a definition
Diffstat (limited to 'Source/cmLocalNinjaGenerator.h')
-rw-r--r-- | Source/cmLocalNinjaGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalNinjaGenerator.h b/Source/cmLocalNinjaGenerator.h index 08bec70..f64534c 100644 --- a/Source/cmLocalNinjaGenerator.h +++ b/Source/cmLocalNinjaGenerator.h @@ -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); |