vcl/source/app/svapp.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 65ceeb615ccb41d9cc9c41d861ac1ba6777f63e9
Author: Caolán McNamara <[email protected]>
AuthorDate: Sun May 25 20:32:55 2025 +0100
Commit: Caolán McNamara <[email protected]>
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 <[email protected]>
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.
}