forked from OSchip/llvm-project
Fix a format string warning by noting that StringIsBreakpointName
will set the error accordingly and so there's no need to set it again. llvm-svn: 224468
This commit is contained in:
parent
f70824428e
commit
c9d1c27d48
|
@ -245,8 +245,6 @@ public:
|
|||
case 'N':
|
||||
if (BreakpointID::StringIsBreakpointName(option_arg, error))
|
||||
m_breakpoint_names.push_back (option_arg);
|
||||
else
|
||||
error.SetErrorStringWithFormat(error.AsCString());
|
||||
break;
|
||||
|
||||
case 'o':
|
||||
|
|
Loading…
Reference in New Issue