forked from OSchip/llvm-project
Thread no longer needs to be a friend in StackFrameList now that StackFrameList
contains the entire stack backtrace. llvm-svn: 112009
This commit is contained in:
parent
b97a5e358e
commit
158483cf62
|
@ -24,7 +24,6 @@ namespace lldb_private {
|
|||
class StackFrameList
|
||||
{
|
||||
public:
|
||||
friend class Thread;
|
||||
//------------------------------------------------------------------
|
||||
// Constructors and Destructors
|
||||
//------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue