summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
diff options
context:
space:
mode:
authorHan Ming Ong <hanming@apple.com>2013-06-21 22:38:16 +0000
committerHan Ming Ong <hanming@apple.com>2013-06-21 22:38:16 +0000
commitef171f24d3680668c355cb9821a8bbcca02d246a (patch)
tree6fddb2d3d4ccfd5b8a249cfbf2c9f948415cdf8a /lldb/source/Target/Process.cpp
parente88d90ab93c119fface54bb39849cd18974570f2 (diff)
downloadbcm5719-llvm-ef171f24d3680668c355cb9821a8bbcca02d246a.tar.gz
bcm5719-llvm-ef171f24d3680668c355cb9821a8bbcca02d246a.zip
<rdar://problem/14004410>
Remove old GetNextThreadIndexID() from lldb llvm-svn: 184600
Diffstat (limited to 'lldb/source/Target/Process.cpp')
-rw-r--r--lldb/source/Target/Process.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp
index 872868630a4..5bda3c61717 100644
--- a/lldb/source/Target/Process.cpp
+++ b/lldb/source/Target/Process.cpp
@@ -1580,15 +1580,6 @@ Process::CreateOSPluginThread (lldb::tid_t tid, lldb::addr_t context)
return ThreadSP();
}
-
-
-// This is obsoleted. Staged removal for Xcode.
-uint32_t
-Process::GetNextThreadIndexID ()
-{
- return ++m_thread_index_id;
-}
-
uint32_t
Process::GetNextThreadIndexID (uint64_t thread_id)
{
OpenPOWER on IntegriCloud