forked from OSchip/llvm-project
Remove unused friend class forward definitions (causing problem with MSVC anyway).
llvm-svn: 191114
This commit is contained in:
parent
9c58f317da
commit
3036a8517f
|
@ -324,7 +324,6 @@ public:
|
|||
|
||||
protected:
|
||||
friend class BreakpointLocationList;
|
||||
friend class CommandObjectBreakpointCommandAdd;
|
||||
friend class Process;
|
||||
|
||||
//------------------------------------------------------------------
|
||||
|
|
|
@ -1368,9 +1368,7 @@ class Process :
|
|||
{
|
||||
friend class ThreadList;
|
||||
friend class ClangFunction; // For WaitForStateChangeEventsPrivate
|
||||
friend class CommandObjectProcessLaunch;
|
||||
friend class ProcessEventData;
|
||||
friend class CommandObjectBreakpointCommand;
|
||||
friend class StopInfo;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue