From 77966f66cbafd85e7a45f0c530e1409d82d6115c Mon Sep 17 00:00:00 2001 From: Undefine Date: Tue, 21 Apr 2026 15:12:20 +0200 Subject: [PATCH] Meta: Remove `add_ladybird_subdirectory` It went unused. --- Meta/CMake/targets.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Meta/CMake/targets.cmake b/Meta/CMake/targets.cmake index de27f50447..8a0f1d45f4 100644 --- a/Meta/CMake/targets.cmake +++ b/Meta/CMake/targets.cmake @@ -195,10 +195,6 @@ function(ladybird_lib name fs_name) lagom_lib(${name} ${fs_name} LIBRARY_TYPE ${LADYBIRD_LIB_TYPE} ${EXPLICIT_SYMBOL_EXPORT} SOURCES ${SOURCES} ${GENERATED_SOURCES}) endfunction() -macro(add_ladybird_subdirectory path) - add_subdirectory("${LADYBIRD_SOURCE_DIR}/${path}" "${CMAKE_CURRENT_BINARY_DIR}/${path}") -endmacro() - if (NOT TARGET ladybird_codegen_accumulator) # Meta target to run all code-gen steps in the build. add_custom_target(ladybird_codegen_accumulator)