cppu/source/threadpool/threadpool.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit f101bd21ae9d6010ef470c3f22521c480e53d410 Author: Caolán McNamara <[email protected]> AuthorDate: Sun Nov 2 11:34:52 2025 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Sat Nov 22 15:38:19 2025 +0100 cid#1667056 silence Data race condition Change-Id: I6adc3d22ccfafea060d775128e600ed9dc1ed058 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194307 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Jenkins diff --git a/cppu/source/threadpool/threadpool.cxx b/cppu/source/threadpool/threadpool.cxx index 2e5e7d22657a..43d3693696c1 100644 --- a/cppu/source/threadpool/threadpool.cxx +++ b/cppu/source/threadpool/threadpool.cxx @@ -79,7 +79,6 @@ namespace cppu_threadpool ThreadPool::~ThreadPool() { - SAL_WARN_IF( m_mapQueue.size(), "cppu.threadpool", "ThreadIdHashMap: " << m_mapQueue.size() << " left"); } void ThreadPool::dispose( void const * nDisposeId )
