diff options
author | Virgile Bello <virgile.bello@gmail.com> | 2013-09-20 22:28:42 +0000 |
---|---|---|
committer | Virgile Bello <virgile.bello@gmail.com> | 2013-09-20 22:28:42 +0000 |
commit | 3036a8517f859e436fb75a0eacebe95f185a495c (patch) | |
tree | 1258e76c17162012078e22e38e8a99474dfa7565 /lldb | |
parent | 9c58f317da17de32afeefdd48acad8779a480362 (diff) | |
download | bcm5719-llvm-3036a8517f859e436fb75a0eacebe95f185a495c.tar.gz bcm5719-llvm-3036a8517f859e436fb75a0eacebe95f185a495c.zip |
Remove unused friend class forward definitions (causing problem with MSVC anyway).
llvm-svn: 191114
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/include/lldb/Breakpoint/BreakpointLocation.h | 1 | ||||
-rw-r--r-- | lldb/include/lldb/Target/Process.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/lldb/include/lldb/Breakpoint/BreakpointLocation.h b/lldb/include/lldb/Breakpoint/BreakpointLocation.h index 9ab0a79c684..2cfa33b2c6b 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointLocation.h +++ b/lldb/include/lldb/Breakpoint/BreakpointLocation.h @@ -324,7 +324,6 @@ public: protected: friend class BreakpointLocationList; - friend class CommandObjectBreakpointCommandAdd; friend class Process; //------------------------------------------------------------------ diff --git a/lldb/include/lldb/Target/Process.h b/lldb/include/lldb/Target/Process.h index be089f4fa3f..e7f5dca8dc5 100644 --- a/lldb/include/lldb/Target/Process.h +++ b/lldb/include/lldb/Target/Process.h @@ -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: |