summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/concurrent/qtconcurrentthreadengine.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/concurrent/qtconcurrentthreadengine.h b/src/concurrent/qtconcurrentthreadengine.h
index 3ecdc84600..9d8f2ddd58 100644
--- a/src/concurrent/qtconcurrentthreadengine.h
+++ b/src/concurrent/qtconcurrentthreadengine.h
@@ -72,11 +72,7 @@ private:
// variable. The count can be either positive or negative - a negative
// count signals that a thread is waiting on the barrier.
- // BC note: inlined code from Qt < 4.6 will expect to find the QMutex
- // and QAtomicInt here. ### Qt 5: remove.
- QMutex mutex;
QAtomicInt count;
-
QSemaphore semaphore;
public:
ThreadEngineBarrier();