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:
Greg Clayton 2010-08-25 00:58:59 +00:00
parent b97a5e358e
commit 158483cf62
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ namespace lldb_private {
class StackFrameList
{
public:
friend class Thread;
//------------------------------------------------------------------
// Constructors and Destructors
//------------------------------------------------------------------