Skip to content

Commit 84dc9a1

Browse files
aescolarnashif
authored andcommitted
lib/cpp: Remove deprecated CONFIG_CPP_STATIC_INIT_GNU
This option was replaced with CONFIG_STATIC_INIT_GNU 2 releases ago in 6e977ae Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 6342eff commit 84dc9a1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/cpp/Kconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,6 @@ config CPP_RTTI
143143

144144
endif # !MINIMAL_LIBCPP
145145

146-
config CPP_STATIC_INIT_GNU
147-
bool
148-
select STATIC_INIT_GNU
149-
select DEPRECATED
150-
help
151-
GNU-compatible initialization of CPP static objects.
152-
This option is deprecated in favour of STATIC_INIT_GNU
153-
154146
endif # CPP
155147

156148
endmenu

0 commit comments

Comments
 (0)