Clean up CommandObjectBreakpointNameList: remove duplicated 'protected' access modifier

llvm-svn: 232618
This commit is contained in:
Ilia K 2015-03-18 09:14:49 +00:00
parent 38a7dde1c5
commit 41c56755be
1 changed files with 0 additions and 1 deletions

View File

@ -2207,7 +2207,6 @@ public:
return &m_option_group;
}
protected:
protected:
virtual bool
DoExecute (Args& command, CommandReturnObject &result)