summaryrefslogtreecommitdiff
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-08-23 20:06:48 +0400
committerAlex Turbov <i.zaufi@gmail.com>2022-11-17 16:37:10 +0400
commit95a3d91e5ce2388b5c0e6ea4e4e3663477975a96 (patch)
tree05146c8e3628544d077f5a95feee911efd7870b5 /Source/cmakemain.cxx
parentccff0b87a28177cd9f298adc9b650e5143b371f6 (diff)
downloadcmake-95a3d91e5ce2388b5c0e6ea4e4e3663477975a96.tar.gz
cmakemain.cxx: Remove always true preprocessor `#if` block
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx2
1 files changed, 0 insertions, 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=<fmt>",
"Output data for profiling CMake scripts. Supported formats: "
"google-trace" },
{ "--profiling-output=<file>",
"Select an output path for the profiling data enabled through "
"--profiling-format." },
-# endif
{ nullptr, nullptr }
};