forked from OSchip/llvm-project
Clean up CommandObjectBreakpointNameList: remove duplicated 'protected' access modifier
llvm-svn: 232618
This commit is contained in:
parent
38a7dde1c5
commit
41c56755be
|
@ -2207,7 +2207,6 @@ public:
|
|||
return &m_option_group;
|
||||
}
|
||||
|
||||
protected:
|
||||
protected:
|
||||
virtual bool
|
||||
DoExecute (Args& command, CommandReturnObject &result)
|
||||
|
|
Loading…
Reference in New Issue