diff options
author | Peter Kuemmel <syntheticpp@gmx.net> | 2012-06-14 23:43:08 (GMT) |
---|---|---|
committer | Peter Kuemmel <syntheticpp@gmx.net> | 2012-06-14 23:43:08 (GMT) |
commit | f13a6a087e3f882b496ab34c12cc7777795a5c2f (patch) | |
tree | 066b0826fb9de8745052447f8ee1ef65d8262d3a /Source/cmLocalNinjaGenerator.h | |
parent | 555bda4e436435c37690aa5f31f4d254793d5b4e (diff) | |
download | CMake-f13a6a087e3f882b496ab34c12cc7777795a5c2f.zip CMake-f13a6a087e3f882b496ab34c12cc7777795a5c2f.tar.gz CMake-f13a6a087e3f882b496ab34c12cc7777795a5c2f.tar.bz2 |
Ninja: undo all the NOSHELL patches
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 9df4afb..ea44b2f 100644 --- a/Source/cmLocalNinjaGenerator.h +++ b/Source/cmLocalNinjaGenerator.h @@ -111,7 +111,6 @@ private: void AppendCustomCommandDeps(const cmCustomCommand *cc, cmNinjaDeps &ninjaDeps); - std::string nopCommand() const; std::string BuildCommandLine(const std::vector<std::string> &cmdLines); void AppendCustomCommandLines(const cmCustomCommand *cc, std::vector<std::string> &cmdLines); |