summaryrefslogtreecommitdiff
path: root/view/kernelcache
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-10-07 16:09:22 -0400
committerMason Reed <mason@vector35.com>2025-10-07 16:09:22 -0400
commitf65d4fdaabeb045b3fca155e19f68a65b132e563 (patch)
tree84bd1c8598cbfd1ea2364e0642a81c1bf92c384d /view/kernelcache
parent481fb39a270ba426057a4a5b743ccf2a36089119 (diff)
Remove old banners from DSC and KC plugins
Extra noise in the CMake configure step, much of the value from these has been removed after the refactor(s), e.g. metadata version is no longer used
Diffstat (limited to 'view/kernelcache')
-rw-r--r--view/kernelcache/CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/view/kernelcache/CMakeLists.txt b/view/kernelcache/CMakeLists.txt
index 56e61e88..60141cd4 100644
--- a/view/kernelcache/CMakeLists.txt
+++ b/view/kernelcache/CMakeLists.txt
@@ -100,14 +100,3 @@ target_compile_definitions(kernelcache PRIVATE ${COMPILE_DEFS})
if(NOT HEADLESS)
add_subdirectory(ui)
endif()
-
-message("
-Apple KernelCache Extraction Plugin
-
-Metadata Version: ${METADATA_VERSION}
-CMAKE_PREFIX_PATH: ${CMAKE_PREFIX_PATH}
-Qt Version: ${QT_VERSION}
-Crash on Failure: ${HARD_FAIL_MODE}
-Slideinfo Debug Tags: ${SLIDEINFO_DEBUG_TAGS}
-REFCOUNT_DEBUG: ${BN_REF_COUNT_DEBUG}
-")