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:
parent
c2253f587b
commit
754eb1541a
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue