[Libreoffice-commits] core.git: Branch 'private/tbsdy/workbench' - sal/workben

Chris Sherlock chris.sherlock79 at gmail.com
Sat Aug 26 13:33:02 UTC 2017


 sal/workben/osl/monitor.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 60827c395566b23a987e91e99aa984e1735034e0
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Sat Aug 26 23:31:02 2017 +1000

    vcl workbench: remove unneeded cond variable from monitor
    
    Change-Id: Idcf4a368cd6ccf7a727e5617cd1ead3626bae401

diff --git a/sal/workben/osl/monitor.cxx b/sal/workben/osl/monitor.cxx
index 682f59c0a6d8..780ffed1b86a 100644
--- a/sal/workben/osl/monitor.cxx
+++ b/sal/workben/osl/monitor.cxx
@@ -31,7 +31,7 @@ bool queue[9];
 sal_uInt32 nItemCount = 0;
 
 oslCondition fullOrEmpty;
-oslMutex queueMutex, conditionMutex;
+oslMutex queueMutex;
 oslThread producer, consumer;
 
 void add();


More information about the Libreoffice-commits mailing list