summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/Args.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-12-19 21:36:12 +0000
committerGreg Clayton <gclayton@apple.com>2010-12-19 21:36:12 +0000
commit9906250fe2efcd45434630d0b8b54446e4f68911 (patch)
tree92498b668e256868c4d59ca3e97be5abdc4de867 /lldb/source/Interpreter/Args.cpp
parentb5cec4f11a4c06a9ff865b30212f94edc253a794 (diff)
downloadbcm5719-llvm-9906250fe2efcd45434630d0b8b54446e4f68911.tar.gz
bcm5719-llvm-9906250fe2efcd45434630d0b8b54446e4f68911.zip
Removed logging code that I accidentally left in after recent changes.
llvm-svn: 122198
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