[lldb] Remove commented-out code in CommandObjectExpression (NFC)

This commit is contained in:
Jonas Devlieghere 2022-03-16 23:02:24 -07:00
parent d10c0c7b18
commit ea0f8ecc43
No known key found for this signature in database
GPG Key ID: 49CC0BD90FDEED4D
1 changed files with 0 additions and 3 deletions

View File

@ -486,9 +486,6 @@ bool CommandObjectExpression::EvaluateExpression(llvm::StringRef expr,
void CommandObjectExpression::IOHandlerInputComplete(IOHandler &io_handler,
std::string &line) {
io_handler.SetIsDone(true);
// StreamSP output_stream =
// io_handler.GetDebugger().GetAsyncOutputStream();
// StreamSP error_stream = io_handler.GetDebugger().GetAsyncErrorStream();
StreamFileSP output_sp = io_handler.GetOutputStreamFileSP();
StreamFileSP error_sp = io_handler.GetErrorStreamFileSP();