Remove unintended comment.
authorJason Molenda <jmolenda@apple.com>
Fri, 22 Feb 2013 08:16:09 +0000 (08:16 +0000)
committerJason Molenda <jmolenda@apple.com>
Fri, 22 Feb 2013 08:16:09 +0000 (08:16 +0000)
llvm-svn: 175873

lldb/tools/debugserver/source/MacOSX/MachTask.cpp

index c912aee..405f38a 100644 (file)
@@ -258,8 +258,6 @@ static void get_threads_profile_data(task_t task, nub_process_t pid, std::vector
 
             threads_id.push_back(tid);
             
-            // process->GetName (tid) should get the same thing - but this looks like it will save one
-            // duplicated thread_info call so leave it be.
             if (identifier_info.thread_handle != 0) {
                 struct proc_threadinfo proc_threadinfo;
                 int len = ::proc_pidinfo(pid, PROC_PIDTHREADINFO, identifier_info.thread_handle, &proc_threadinfo, PROC_PIDTHREADINFO_SIZE);