From df9806c0f5714ed294007ad149c001a983d1a73f Mon Sep 17 00:00:00 2001 From: JinWang An Date: Tue, 27 Dec 2022 17:20:23 +0900 Subject: Imported Upstream version 3.24.3 --- Source/cmGlobalNinjaGenerator.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/cmGlobalNinjaGenerator.h') diff --git a/Source/cmGlobalNinjaGenerator.h b/Source/cmGlobalNinjaGenerator.h index aa2df4d5c..03387a88f 100644 --- a/Source/cmGlobalNinjaGenerator.h +++ b/Source/cmGlobalNinjaGenerator.h @@ -529,7 +529,6 @@ private: /// The file containing the build statement. (the relationship of the /// compilation DAG). std::unique_ptr BuildFileStream; - std::unique_ptr BuildFileStreamBuffer; /// The file containing the rule statements. (The action attached to each /// edge of the compilation DAG). std::unique_ptr RulesFileStream; -- cgit v1.2.3