diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-30 15:39:22 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-30 16:38:21 (GMT) |
commit | 7d9e66a405ccd44fe3271278449ce0887a462d41 (patch) | |
tree | 568ac6d71804c5ee6264c0f940b252ce4e773dcc /Source/cmGlobalNinjaGenerator.h | |
parent | ccf950795666406e59f420fd2732149711cb0362 (diff) | |
download | CMake-7d9e66a405ccd44fe3271278449ce0887a462d41.zip CMake-7d9e66a405ccd44fe3271278449ce0887a462d41.tar.gz CMake-7d9e66a405ccd44fe3271278449ce0887a462d41.tar.bz2 |
Ninja: Remove non cmNinjaBuild based WriteBuild method
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.h')
-rw-r--r-- | Source/cmGlobalNinjaGenerator.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Source/cmGlobalNinjaGenerator.h b/Source/cmGlobalNinjaGenerator.h index 4ccd927..15dd404 100644 --- a/Source/cmGlobalNinjaGenerator.h +++ b/Source/cmGlobalNinjaGenerator.h @@ -101,22 +101,6 @@ public: bool IsIPOSupported() const override { return true; } /** - * Write a build statement to @a os with the @a comment using - * the @a rule the list of @a outputs files and inputs. - * It also writes the variables bound to this build statement. - * @warning no escaping of any kind is done here. - */ - void WriteBuild(std::ostream& os, const std::string& comment, - const std::string& rule, const cmNinjaDeps& outputs, - const cmNinjaDeps& implicitOuts, - const cmNinjaDeps& explicitDeps, - const cmNinjaDeps& implicitDeps, - const cmNinjaDeps& orderOnlyDeps, - const cmNinjaVars& variables, - const std::string& rspfile = std::string(), - int cmdLineLimit = 0, bool* usedResponseFile = nullptr); - - /** * Write a build statement @a build to @a os. * @warning no escaping of any kind is done here. */ |