diff options
Diffstat (limited to 'src/corelib/thread/qmutex.cpp')
| -rw-r--r-- | src/corelib/thread/qmutex.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/corelib/thread/qmutex.cpp b/src/corelib/thread/qmutex.cpp index 9bfd50f2d91..7f052feaa50 100644 --- a/src/corelib/thread/qmutex.cpp +++ b/src/corelib/thread/qmutex.cpp @@ -349,19 +349,6 @@ void QMutex::unlock() noexcept unlockInternal(); } - -/*! - \fn bool QMutex::isRecursive() const - \since 5.7 - - Returns \c true if the mutex is recursive. -*/ - -bool QBasicMutex::isRecursive() noexcept -{ - return QT_PREPEND_NAMESPACE(isRecursive)(d_ptr.loadAcquire()); -} - /*! \since 5.7 |
