No need to call resume() on all already running thread

(This was there ever since the beginning in
85c2477a94 "INTEGRATION: CWS bunoexttm", while for
the similar OuterThread it was always absent.)

Change-Id: I3c43f0e35435b6035f6a1f2a1ca9f104bd639689
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135240
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2022-06-01 14:14:09 +02:00
parent c2253f587b
commit 754eb1541a

View file

@ -245,7 +245,6 @@ void AffineBridge::v_callInto_v(uno_EnvCallee * pCallee, va_list * pParam)
if (m_innerThreadId == 0) // no inner thread yet
{
m_pInnerThread.reset(new InnerThread(this));
m_pInnerThread->resume();
}
bool bResetId = false;