Rmoved a duplicate version of SetSelectedThreadByID
that confused external clients. <rdar://problem/12599528> llvm-svn: 167097
This commit is contained in:
@@ -418,12 +418,6 @@ SBProcess::SetSelectedThread (const SBThread &thread)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
SBProcess::SetSelectedThreadByID (uint32_t tid)
|
||||
{
|
||||
return SetSelectedThreadByID ((lldb::tid_t)tid);
|
||||
}
|
||||
|
||||
bool
|
||||
SBProcess::SetSelectedThreadByID (lldb::tid_t tid)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user