aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectExpression.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2022-03-16 23:02:24 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2022-03-16 23:02:59 -0700
commitea0f8ecc434972aa2754ba4dee62493ce50ee2c7 (patch)
tree26f5014a4d4961179d13ded789b54d4ff55033ba /lldb/source/Commands/CommandObjectExpression.cpp
parentd10c0c7b187d6a5d7a24544d70998f8d348b4dfd (diff)
downloadllvm-ea0f8ecc434972aa2754ba4dee62493ce50ee2c7.zip
llvm-ea0f8ecc434972aa2754ba4dee62493ce50ee2c7.tar.gz
llvm-ea0f8ecc434972aa2754ba4dee62493ce50ee2c7.tar.bz2
[lldb] Remove commented-out code in CommandObjectExpression (NFC)
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectExpression.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp
index e1a289b..9a57917 100644
--- a/lldb/source/Commands/CommandObjectExpression.cpp
+++ b/lldb/source/Commands/CommandObjectExpression.cpp
@@ -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();