diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2023-12-22 09:51:05 +0100 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2023-12-22 11:17:45 +0100 |
commit | fdc1a42db0423e36bd512c7048a0be1fdd09f611 (patch) | |
tree | dff66f73748d5f0602b7e54190472df6eada99f8 /unodevtools/Executable_uno-skeletonmaker.mk | |
parent | f557e22a675164a1b9b0286a263a81d634959733 (diff) |
Don't use boost in code generated by uno-skeletonmaker
This had originally used a non-standard std::hash_map in
db4b02eea5b81b7be05fa8b1f18c9f423302a977 "INTEGRATION: CWS jsc3 (1.4.2); FILE
MERGED", then switched to boost::unordered_map in
639825975e7657c7b3f4eeef208112780e71e545 "move sdk repo to boost unordered
containters". (And Executable_uno-skeletonmaker doesn't need boost during the
build at all, so clean that up here, too.)
Change-Id: I80661d70a54ec5d69b8f124c12d5cb0d6f369887
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161147
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Diffstat (limited to 'unodevtools/Executable_uno-skeletonmaker.mk')
-rw-r--r-- | unodevtools/Executable_uno-skeletonmaker.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unodevtools/Executable_uno-skeletonmaker.mk b/unodevtools/Executable_uno-skeletonmaker.mk index 87f8d3ca9b17..0bee9985434d 100644 --- a/unodevtools/Executable_uno-skeletonmaker.mk +++ b/unodevtools/Executable_uno-skeletonmaker.mk @@ -9,8 +9,6 @@ $(eval $(call gb_Executable_Executable,uno-skeletonmaker)) -$(eval $(call gb_Executable_use_external,uno-skeletonmaker,boost_headers)) - $(eval $(call gb_Executable_set_include,uno-skeletonmaker,\ -I$(SRCDIR)/unodevtools/inc \ $$(INCLUDE) \ |