Skip to content

Commit ea0f8ec

Browse files
committed
[lldb] Remove commented-out code in CommandObjectExpression (NFC)
1 parent d10c0c7 commit ea0f8ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lldb/source/Commands/CommandObjectExpression.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,6 @@ bool CommandObjectExpression::EvaluateExpression(llvm::StringRef expr,
486486
void CommandObjectExpression::IOHandlerInputComplete(IOHandler &io_handler,
487487
std::string &line) {
488488
io_handler.SetIsDone(true);
489-
// StreamSP output_stream =
490-
// io_handler.GetDebugger().GetAsyncOutputStream();
491-
// StreamSP error_stream = io_handler.GetDebugger().GetAsyncErrorStream();
492489
StreamFileSP output_sp = io_handler.GetOutputStreamFileSP();
493490
StreamFileSP error_sp = io_handler.GetErrorStreamFileSP();
494491

0 commit comments

Comments
 (0)