diff options
author | Greg Clayton <gclayton@apple.com> | 2013-04-16 20:56:13 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2013-04-16 20:56:13 +0000 |
commit | ac7decab7c6f69ffbd5f4fee91d299d0d6c9754f (patch) | |
tree | 1d968f3299ca6f51948290a651d5b2d947907f23 | |
parent | 847a5c3d8fd8adc8154e270e31e7d446e379a204 (diff) | |
download | bcm5719-llvm-ac7decab7c6f69ffbd5f4fee91d299d0d6c9754f.tar.gz bcm5719-llvm-ac7decab7c6f69ffbd5f4fee91d299d0d6c9754f.zip |
Remove a debug print statement that I left in.
llvm-svn: 179623
-rw-r--r-- | lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp index 650c713bda8..acacea45549 100644 --- a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp +++ b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp @@ -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) |