summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qmutex_mac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/thread/qmutex_mac.cpp')
-rw-r--r--src/corelib/thread/qmutex_mac.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/corelib/thread/qmutex_mac.cpp b/src/corelib/thread/qmutex_mac.cpp
index 67498611c9..9a8d9bc750 100644
--- a/src/corelib/thread/qmutex_mac.cpp
+++ b/src/corelib/thread/qmutex_mac.cpp
@@ -39,9 +39,6 @@
#include "qplatformdefs.h"
#include "qmutex.h"
-
-#if !defined(QT_NO_THREAD)
-
#include "qmutex_p.h"
#include <mach/mach.h>
@@ -89,5 +86,3 @@ void QMutexPrivate::wakeUp() Q_DECL_NOTHROW
QT_END_NAMESPACE
-
-#endif //QT_NO_THREAD