diff options
author | Ilia K <ki.stfu@gmail.com> | 2015-03-18 09:14:49 +0000 |
---|---|---|
committer | Ilia K <ki.stfu@gmail.com> | 2015-03-18 09:14:49 +0000 |
commit | 41c56755be44d0de42c7c8d272b128f7fc2a0d87 (patch) | |
tree | aa76f86743d24851f21c175a6f72f57640f3494a /lldb/source/Commands/CommandObjectBreakpoint.cpp | |
parent | 38a7dde1c5dfcbb69f90ee961e6b2583f0928257 (diff) | |
download | bcm5719-llvm-41c56755be44d0de42c7c8d272b128f7fc2a0d87.tar.gz bcm5719-llvm-41c56755be44d0de42c7c8d272b128f7fc2a0d87.zip |
Clean up CommandObjectBreakpointNameList: remove duplicated 'protected' access modifier
llvm-svn: 232618
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectBreakpoint.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpoint.cpp b/lldb/source/Commands/CommandObjectBreakpoint.cpp index 0741cd17fec..5a3243be02c 100644 --- a/lldb/source/Commands/CommandObjectBreakpoint.cpp +++ b/lldb/source/Commands/CommandObjectBreakpoint.cpp @@ -2208,7 +2208,6 @@ public: } protected: -protected: virtual bool DoExecute (Args& command, CommandReturnObject &result) { |