summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2017-11-30 18:35:35 +0000
committerJim Ingham <jingham@apple.com>2017-11-30 18:35:35 +0000
commit27f55dda1dd48defb3335f451a6bbc8fcc6729a5 (patch)
tree3e95acabf6182f6789728f7a2b16e7033f557d52
parent123ef6355f8d22cd031ed2722348506811b57491 (diff)
downloadbcm5719-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.cpp1
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();
}
OpenPOWER on IntegriCloud