diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-30 13:18:43 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-30 16:38:20 (GMT) |
commit | 2dc483476c134ec6fb05802990a98df406a39caf (patch) | |
tree | d6cf5c22a235a2e7aecd2d66f85c450187c5f690 /Source/cmGlobalNinjaGenerator.h | |
parent | 5823510745224f0e9ba6d69313c139bcfd9a3953 (diff) | |
download | CMake-2dc483476c134ec6fb05802990a98df406a39caf.zip CMake-2dc483476c134ec6fb05802990a98df406a39caf.tar.gz CMake-2dc483476c134ec6fb05802990a98df406a39caf.tar.bz2 |
Ninja: Remove WritePhonyBuild method
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.h')
-rw-r--r-- | Source/cmGlobalNinjaGenerator.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/cmGlobalNinjaGenerator.h b/Source/cmGlobalNinjaGenerator.h index ffd00b5..4ccd927 100644 --- a/Source/cmGlobalNinjaGenerator.h +++ b/Source/cmGlobalNinjaGenerator.h @@ -123,16 +123,6 @@ public: void WriteBuild(std::ostream& os, cmNinjaBuild const& build, int cmdLineLimit = 0, bool* usedResponseFile = nullptr); - /** - * Helper to write a build statement with the special 'phony' rule. - */ - void WritePhonyBuild(std::ostream& os, const std::string& comment, - const cmNinjaDeps& outputs, - const cmNinjaDeps& explicitDeps, - const cmNinjaDeps& implicitDeps = cmNinjaDeps(), - const cmNinjaDeps& orderOnlyDeps = cmNinjaDeps(), - const cmNinjaVars& variables = cmNinjaVars()); - void WriteCustomCommandBuild( const std::string& command, const std::string& description, const std::string& comment, const std::string& depfile, |