Fix the r143266 check-in which broke TestCommandRegex.py.

llvm-svn: 143359
This commit is contained in:
Johnny Chen 2011-10-31 20:12:14 +00:00
parent f310361a7d
commit 773f8ad66b
1 changed files with 0 additions and 7 deletions

View File

@ -1376,13 +1376,6 @@ CommandInterpreter::HandleCommand (const char *command_line,
}
}
break;
default:
result.AppendErrorWithFormat ("unknown command shorthand suffix: '%s'\n",
suffix.c_str());
result.SetStatus (eReturnStatusFailed);
return false;
}
}
}