lib/cpp: Remove deprecated CONFIG_CPP_STATIC_INIT_GNU

This option was replaced with CONFIG_STATIC_INIT_GNU
2 releases ago in 6e977ae2d5

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-11-11 16:38:09 +01:00 committed by Anas Nashif
parent 6342eff58b
commit 84dc9a1721
1 changed files with 0 additions and 8 deletions

View File

@ -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