[Libreoffice-commits] core.git: Branch 'private/tbsdy/workbench' - sal/workben
Chris Sherlock
chris.sherlock79 at gmail.com
Sat Aug 26 13:35:48 UTC 2017
sal/workben/osl/monitor.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 81fab24cf89ee65d6dda08f0d14fb9c7175aaf81
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Sat Aug 26 23:33:47 2017 +1000
vcl workbench: followup cond var removal
Change-Id: I76cab36eb35f64d15a20381938d8fc21f222aa15
diff --git a/sal/workben/osl/monitor.cxx b/sal/workben/osl/monitor.cxx
index 780ffed1b86a..beef75a76eaf 100644
--- a/sal/workben/osl/monitor.cxx
+++ b/sal/workben/osl/monitor.cxx
@@ -45,7 +45,6 @@ SAL_IMPLEMENT_MAIN()
fprintf(stdout, "Producer/consumer problem - demonstrates mutex, condition variables and threads.\n");
queueMutex = osl_createMutex();
- conditionMutex = osl_createMutex();
fullOrEmpty = osl_createCondition();
producer = osl_createThread(produce, nullptr);
More information about the Libreoffice-commits
mailing list