From 95a3d91e5ce2388b5c0e6ea4e4e3663477975a96 Mon Sep 17 00:00:00 2001 From: Alex Turbov Date: Tue, 23 Aug 2022 20:06:48 +0400 Subject: [PATCH] cmakemain.cxx: Remove always true preprocessor `#if` block --- Source/cmakemain.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index 9f23667dc0..c082b6707f 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -113,14 +113,12 @@ const char* cmDocumentationOptions[][2] = { { "--compile-no-warning-as-error", "Ignore COMPILE_WARNING_AS_ERROR property and " "CMAKE_COMPILE_WARNING_AS_ERROR variable." }, -# if !defined(CMAKE_BOOTSTRAP) { "--profiling-format=", "Output data for profiling CMake scripts. Supported formats: " "google-trace" }, { "--profiling-output=", "Select an output path for the profiling data enabled through " "--profiling-format." }, -# endif { nullptr, nullptr } };