desktop/Pagein_common.mk |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e3b9a442e0993952e401d2eec517e3a4dd02a4aa
Author:     Caolán McNamara <[email protected]>
AuthorDate: Sat Nov 30 21:54:00 2024 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Sun Dec 1 15:33:57 2024 +0100

    drop 'store' from libs we pagein on startup
    
    it's there to speed up later read of it, but in normal situations we
    shouldn't use it anymore IIUC
    
    Change-Id: Ia075e32cd4820729b341d4d47dbfb9126a363559
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177601
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/desktop/Pagein_common.mk b/desktop/Pagein_common.mk
index d0a0e689c2d2..71e8263aaaea 100644
--- a/desktop/Pagein_common.mk
+++ b/desktop/Pagein_common.mk
@@ -33,7 +33,6 @@ $(eval $(call gb_Pagein_add_objects,common,\
     stocservices \
     bootstrap \
     reg \
-    store \
     reflection \
     cppuhelper \
     cppu \

Reply via email to