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:
Eric Christopher 2014-12-17 22:26:32 +00:00
parent f70824428e
commit c9d1c27d48
1 changed files with 0 additions and 2 deletions

View File

@ -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':