Remove a long out-of-date comment.
authorJim Ingham <jingham@apple.com>
Thu, 30 Nov 2017 18:35:35 +0000 (18:35 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 30 Nov 2017 18:35:35 +0000 (18:35 +0000)
llvm-svn: 319454

lldb/source/Target/Process.cpp

index 812000d..6da4ed2 100644 (file)
@@ -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();
 }