mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
Removed dead code.
This commit is contained in:
committed by
Klaus Basan
parent
60144ad7b1
commit
1d02975e4c
@@ -38,14 +38,6 @@ namespace BlackMisc
|
||||
template <typename>
|
||||
class LockFree;
|
||||
|
||||
namespace Private
|
||||
{
|
||||
//! \cond PRIVATE
|
||||
//! \private
|
||||
BLACKMISC_EXPORT QMutex *atomicSharedPtrMutex();
|
||||
//! \endcond
|
||||
}
|
||||
|
||||
/*!
|
||||
* Return value of LockFree::read(). Allows any one thread to safely read from the lock-free object.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user