[lldb] Remove commented-out code in CommandObjectExpression (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 17 Mar 2022 06:02:24 +0000 (23:02 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 17 Mar 2022 06:02:59 +0000 (23:02 -0700)
lldb/source/Commands/CommandObjectExpression.cpp

index e1a289b219c3c61f2a5fba6b98d91d65e00d7e97..9a5791735114a78f542cfb15ea257eb96ed77a1f 100644 (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();