sal/workben/osl/monitor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 60827c395566b23a987e91e99aa984e1735034e0 Author: Chris Sherlock <chris.sherloc...@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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits