diff options
-rw-r--r-- | lldb/source/Target/Process.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp index 812000d2d3a..6da4ed292f1 100644 --- a/lldb/source/Target/Process.cpp +++ b/lldb/source/Target/Process.cpp @@ -1560,7 +1560,6 @@ uint32_t Process::AssignIndexIDToThread(uint64_t thread_id) { } StateType Process::GetState() { - // If any other threads access this we will need a mutex for it return m_public_state.GetValue(); } |