forked from OSchip/llvm-project
Remove possible cut-and-paste code which doesn't belong.
llvm-svn: 145459
This commit is contained in:
parent
182b6a077e
commit
faa5c13d8f
|
@ -3991,13 +3991,7 @@ public:
|
|||
CommandReturnObject &result)
|
||||
{
|
||||
Target *target = m_interpreter.GetDebugger().GetSelectedTarget().get();
|
||||
if (target)
|
||||
{
|
||||
bool notify = true;
|
||||
target->GetImageSearchPathList().Clear(notify);
|
||||
result.SetStatus (eReturnStatusSuccessFinishNoResult);
|
||||
}
|
||||
else
|
||||
if (!target)
|
||||
{
|
||||
result.AppendError ("invalid target\n");
|
||||
result.SetStatus (eReturnStatusFailed);
|
||||
|
|
Loading…
Reference in New Issue