mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user