vcl/source/app/svapp.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 65ceeb615ccb41d9cc9c41d861ac1ba6777f63e9
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Sun May 25 20:32:55 2025 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Mon May 26 09:39:26 2025 +0200

    remove done TODO, lo_trimMemory does this now
    
    Change-Id: I2483705327f4462be920b18fbc2b7effdd4af105
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185752
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 82aafe8ec37c..5740116238cb 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -1796,8 +1796,6 @@ void trimMemory(int nTarget)
             return;
         pSVData->dropCaches();
         vcl::graphic::MemoryManager::get().reduceAllAndNow();
-        // TODO: ideally - free up any deeper dirtied thread stacks.
-        // comphelper::ThreadPool::getSharedOptimalPool().shutdown();
     }
     // else for now caches re-fill themselves as/when used.
 }

Reply via email to