Skip to content

Commit 1323c0f

Browse files
committed
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 c50777a commit 1323c0f

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)