From 2cc76ffcbe1f11f3b10a1a86b00f51e5ef179ac3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 28 Jun 2021 15:54:51 +0200 Subject: Remove dubious lone mutex lock ...introduced with 70f89e6b9f89177fc60f9cc9b55a87fdc5c6017f "uitest: move the processing of actions into the idle handler", for no apparent reason. (This change will allow to get rid of mMutex as a member of UIObjectUnoObj in a later commit.) Change-Id: I1964eb1c4a1b4f790e689e55d4af8a0390cb4d5d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118024 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- vcl/source/uitest/uno/uiobject_uno.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'vcl/source') diff --git a/vcl/source/uitest/uno/uiobject_uno.cxx b/vcl/source/uitest/uno/uiobject_uno.cxx index fe7a3d9901d7..fd75b892d0c4 100644 --- a/vcl/source/uitest/uno/uiobject_uno.cxx +++ b/vcl/source/uitest/uno/uiobject_uno.cxx @@ -29,9 +29,6 @@ UIObjectUnoObj::UIObjectUnoObj(std::unique_ptr pObj): UIObjectUnoObj::~UIObjectUnoObj() { - { - std::scoped_lock lk3(mMutex); - } SolarMutexGuard aGuard; mpObj.reset(); } -- cgit