forked from OSchip/llvm-project
Remove a debug print statement that I left in.
llvm-svn: 179623
This commit is contained in:
parent
847a5c3d8f
commit
ac7decab7c
|
@ -195,8 +195,6 @@ OperatingSystemPython::UpdateThreadList (ThreadList &old_thread_list, ThreadList
|
|||
{
|
||||
ThreadList core_thread_list(new_thread_list);
|
||||
|
||||
threads_list.Dump(); // REMOVE THIS
|
||||
|
||||
uint32_t i;
|
||||
const uint32_t num_threads = threads_list.GetSize();
|
||||
for (i=0; i<num_threads; ++i)
|
||||
|
|
Loading…
Reference in New Issue