[Lldb-commits] [lldb] r232618 - Clean up CommandObjectBreakpointNameList: remove duplicated 'protected' access modifier

Ilia K ki.stfu at gmail.com
Wed Mar 18 02:14:49 PDT 2015


Author: ki.stfu
Date: Wed Mar 18 04:14:49 2015
New Revision: 232618

URL: http://llvm.org/viewvc/llvm-project?rev=232618&view=rev
Log:
Clean up CommandObjectBreakpointNameList: remove duplicated 'protected' access modifier


Modified:
    lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp

Modified: lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp?rev=232618&r1=232617&r2=232618&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp Wed Mar 18 04:14:49 2015
@@ -2208,7 +2208,6 @@ public:
   }
   
 protected:
-protected:
     virtual bool
     DoExecute (Args& command, CommandReturnObject &result)
     {





More information about the lldb-commits mailing list