瀏覽代碼

cmakemain.cxx: Remove always true preprocessor `#if` block

Alex Turbov 3 年之前
父節點
當前提交
95a3d91e5c
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Source/cmakemain.cxx

+ 0 - 2
Source/cmakemain.cxx

@@ -113,14 +113,12 @@ const char* cmDocumentationOptions[][2] = {
   { "--compile-no-warning-as-error",
   { "--compile-no-warning-as-error",
     "Ignore COMPILE_WARNING_AS_ERROR property and "
     "Ignore COMPILE_WARNING_AS_ERROR property and "
     "CMAKE_COMPILE_WARNING_AS_ERROR variable." },
     "CMAKE_COMPILE_WARNING_AS_ERROR variable." },
-#  if !defined(CMAKE_BOOTSTRAP)
   { "--profiling-format=<fmt>",
   { "--profiling-format=<fmt>",
     "Output data for profiling CMake scripts. Supported formats: "
     "Output data for profiling CMake scripts. Supported formats: "
     "google-trace" },
     "google-trace" },
   { "--profiling-output=<file>",
   { "--profiling-output=<file>",
     "Select an output path for the profiling data enabled through "
     "Select an output path for the profiling data enabled through "
     "--profiling-format." },
     "--profiling-format." },
-#  endif
   { nullptr, nullptr }
   { nullptr, nullptr }
 };
 };