summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/Args.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Interpreter/Args.cpp')
-rw-r--r--lldb/source/Interpreter/Args.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Interpreter/Args.cpp b/lldb/source/Interpreter/Args.cpp
index affa644cd4b..62276585ac9 100644
--- a/lldb/source/Interpreter/Args.cpp
+++ b/lldb/source/Interpreter/Args.cpp
@@ -123,8 +123,6 @@ Args::SetCommandString (const char *command, size_t len)
void
Args::SetCommandString (const char *command)
{
- StreamFile s(stdout);
- s.Printf("\nCOMMAND: %s\n", command);
m_args.clear();
m_argv.clear();
m_args_quote_char.clear();
@@ -313,7 +311,6 @@ Args::SetCommandString (const char *command)
}
UpdateArgvFromArgs();
}
- Dump (&s);
}
void
OpenPOWER on IntegriCloud