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:
parent
6342eff58b
commit
84dc9a1721
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue