summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNinjaGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-10-27 13:26:24 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-10-27 13:26:36 (GMT)
commitfa040cedadb3d6910be512cc0d2b5847973e4098 (patch)
tree5e7151f7f36723e01a47f96a35a748ca6242611a /Source/cmGlobalNinjaGenerator.h
parentf2432780b3fd92bbaa8194ce7577cc4797b695ff (diff)
parenta12050666c5441abc4865acdde9ee583e765d6e6 (diff)
downloadCMake-fa040cedadb3d6910be512cc0d2b5847973e4098.zip
CMake-fa040cedadb3d6910be512cc0d2b5847973e4098.tar.gz
CMake-fa040cedadb3d6910be512cc0d2b5847973e4098.tar.bz2
Merge topic 'ninja-intl-paths'
a12050666c Tests: Add case for ninja with non-ascii chars 02a04dd9c7 Ninja: Restore support for non-ascii paths on Windows with ninja<=1.10 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7833
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.h')
-rw-r--r--Source/cmGlobalNinjaGenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalNinjaGenerator.h b/Source/cmGlobalNinjaGenerator.h
index dc4f444..defa264 100644
--- a/Source/cmGlobalNinjaGenerator.h
+++ b/Source/cmGlobalNinjaGenerator.h
@@ -531,7 +531,6 @@ private:
/// The file containing the build statement. (the relationship of the
/// compilation DAG).
std::unique_ptr<cmGeneratedFileStream> BuildFileStream;
- std::unique_ptr<char[]> BuildFileStreamBuffer;
/// The file containing the rule statements. (The action attached to each
/// edge of the compilation DAG).
std::unique_ptr<cmGeneratedFileStream> RulesFileStream;