From e6539091a53bd3c5978c899fdc2490645cd9db54 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Fri, 22 Feb 2013 08:16:09 +0000 Subject: [PATCH] Remove unintended comment. llvm-svn: 175873 --- lldb/tools/debugserver/source/MacOSX/MachTask.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lldb/tools/debugserver/source/MacOSX/MachTask.cpp b/lldb/tools/debugserver/source/MacOSX/MachTask.cpp index c912aee..405f38a 100644 --- a/lldb/tools/debugserver/source/MacOSX/MachTask.cpp +++ b/lldb/tools/debugserver/source/MacOSX/MachTask.cpp @@ -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); -- 2.7.4