Remove unused friend class forward definitions (causing problem with MSVC anyway).

llvm-svn: 191114
This commit is contained in:
Virgile Bello 2013-09-20 22:28:42 +00:00
parent 9c58f317da
commit 3036a8517f
2 changed files with 0 additions and 3 deletions

View File

@ -324,7 +324,6 @@ public:
protected:
friend class BreakpointLocationList;
friend class CommandObjectBreakpointCommandAdd;
friend class Process;
//------------------------------------------------------------------

View File

@ -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: