From 84dc9a1721a0da83c1751519ca94df615a7d7bc4 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 11 Nov 2024 16:38:09 +0100 Subject: [PATCH] lib/cpp: Remove deprecated CONFIG_CPP_STATIC_INIT_GNU This option was replaced with CONFIG_STATIC_INIT_GNU 2 releases ago in 6e977ae2d54c4f5443f752ce3a88f22043dcbf07 Signed-off-by: Alberto Escolar Piedras --- lib/cpp/Kconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/cpp/Kconfig b/lib/cpp/Kconfig index 1b0f8ee6396..728162f5536 100644 --- a/lib/cpp/Kconfig +++ b/lib/cpp/Kconfig @@ -143,14 +143,6 @@ config CPP_RTTI endif # !MINIMAL_LIBCPP -config CPP_STATIC_INIT_GNU - bool - select STATIC_INIT_GNU - select DEPRECATED - help - GNU-compatible initialization of CPP static objects. - This option is deprecated in favour of STATIC_INIT_GNU - endif # CPP endmenu