diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-05 22:35:50 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-03-06 21:23:17 +0100 |
commit | ab95ed2c4b1eddc2188bd455653a77140aa3816c (patch) | |
tree | 9e700e3c7741f47e005b2dcf3d12dc56dcaa9227 /sccomp | |
parent | bea5341c22b40f690059933550e721cdcfb466aa (diff) |
Use less boost_headers in low level libraries
Most of these don't use boost themselves, nor do they need
it transitively since the use of boost::optional was removed
Change-Id: Ic9dee1c4e160b313ec5b91677b02ffdea6c5779d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164440
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sccomp')
-rw-r--r-- | sccomp/CppunitTest_sccomp_solver.mk | 4 | ||||
-rw-r--r-- | sccomp/CppunitTest_sccomp_swarmsolvertest.mk | 4 | ||||
-rw-r--r-- | sccomp/Library_solver.mk | 1 |
3 files changed, 0 insertions, 9 deletions
diff --git a/sccomp/CppunitTest_sccomp_solver.mk b/sccomp/CppunitTest_sccomp_solver.mk index d634fb7d93fc..818b27e5a0a6 100644 --- a/sccomp/CppunitTest_sccomp_solver.mk +++ b/sccomp/CppunitTest_sccomp_solver.mk @@ -13,10 +13,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sccomp_solver,\ sccomp/qa/unit/solver \ )) -$(eval $(call gb_CppunitTest_use_externals,sccomp_solver,\ - boost_headers \ -)) - $(eval $(call gb_CppunitTest_add_defs,sccomp_solver,\ $(if $(ENABLE_COINMP), -DENABLE_COINMP) \ $(if $(ENABLE_LPSOLVE), -DENABLE_LPSOLVE) \ diff --git a/sccomp/CppunitTest_sccomp_swarmsolvertest.mk b/sccomp/CppunitTest_sccomp_swarmsolvertest.mk index 38cc3fa39521..c86c0f6fc7d8 100644 --- a/sccomp/CppunitTest_sccomp_swarmsolvertest.mk +++ b/sccomp/CppunitTest_sccomp_swarmsolvertest.mk @@ -13,10 +13,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sccomp_swarmsolvertest,\ sccomp/qa/unit/SwarmSolverTest \ )) -$(eval $(call gb_CppunitTest_use_externals,sccomp_swarmsolvertest,\ - boost_headers \ -)) - $(eval $(call gb_CppunitTest_use_libraries,sccomp_swarmsolvertest,\ basegfx \ comphelper \ diff --git a/sccomp/Library_solver.mk b/sccomp/Library_solver.mk index 933c0f7b6e38..1eeac011f2da 100644 --- a/sccomp/Library_solver.mk +++ b/sccomp/Library_solver.mk @@ -43,7 +43,6 @@ $(eval $(call gb_Library_use_libraries,solver,\ )) $(eval $(call gb_Library_use_externals,solver,\ - boost_headers \ coinmp \ lpsolve \ )) |