forked from OSchip/llvm-project
Remove comment that is no longer applicable
Since r181446 the m_private_run_lock has been used for all platforms. llvm-svn: 184733
This commit is contained in:
parent
63784ba5b9
commit
6b807839e3
|
@ -3520,9 +3520,6 @@ public:
|
|||
ReadWriteLock &
|
||||
GetRunLock ()
|
||||
{
|
||||
// The "m_private_run_lock" causes problems for other platforms
|
||||
// right now, so we are leaving this in for Apple builds only
|
||||
// until we can get the kinks worked out.
|
||||
if (Host::GetCurrentThread() == m_private_state_thread)
|
||||
return m_private_run_lock;
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue