solenv/gbuild/CppunitTest.mk | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit c29d1d968acd53bd957eedc0d93bfaa620fc862b
Author: Stephan Bergmann <[email protected]>
AuthorDate: Mon Feb 26 22:15:27 2024 +0100
Commit: Stephan Bergmann <[email protected]>
CommitDate: Tue Feb 27 07:56:12 2024 +0100
Remove unused gb_CppunitTest_localized_run
...that appears to be unused ever since it got introduced in
d8a8ed04b14390d4469ea19b079778fa6f074bb2 "gbuild allow unitest to run once
per
lang in WITH_LANG_LIST"
Change-Id: Id43b8498ca68c274902dfb3dfd4b035e199cb9b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163993
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <[email protected]>
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index 287ec84eb6c5..cfca2bbbf570 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -282,11 +282,6 @@ $(call gb_CppunitTest__use_vcl,$(1),$(false))
endef
-define gb_CppunitTest_localized_run
-$(call gb_CppunitTest_get_target,$(1)) : gb_CppunitTest_localized := $(true)
-
-endef
-
define gb_CppunitTest__use_api
$(call gb_CppunitTest_get_target,$(1)) : $(call gb_UnoApi_get_target,$(2))
$(call gb_CppunitTest_get_target,$(1)) : UNO_TYPES += $(call
gb_UnoApi_get_target,$(2))