diff options
author | Jim Ingham <jingham@apple.com> | 2017-11-30 18:35:35 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2017-11-30 18:35:35 +0000 |
commit | 27f55dda1dd48defb3335f451a6bbc8fcc6729a5 (patch) | |
tree | 3e95acabf6182f6789728f7a2b16e7033f557d52 | |
parent | 123ef6355f8d22cd031ed2722348506811b57491 (diff) | |
download | bcm5719-llvm-27f55dda1dd48defb3335f451a6bbc8fcc6729a5.tar.gz bcm5719-llvm-27f55dda1dd48defb3335f451a6bbc8fcc6729a5.zip |
Remove a long out-of-date comment.
llvm-svn: 319454
-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(); } |