summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2014-12-20 01:41:27 +0000
committerEnrico Granata <egranata@apple.com>2014-12-20 01:41:27 +0000
commit7863991945e5fbfeb33d32a7702f9e5ce34e2051 (patch)
treec34c74c9b1a984206c0639dcef4e89549bbf275f /lldb/source/Core/ValueObject.cpp
parent5a83710e371fe68a06e6e3876c6a2c8b820a8976 (diff)
downloadbcm5719-llvm-7863991945e5fbfeb33d32a7702f9e5ce34e2051.tar.gz
bcm5719-llvm-7863991945e5fbfeb33d32a7702f9e5ce34e2051.zip
Cleanup some redundant code
llvm-svn: 224659
Diffstat (limited to 'lldb/source/Core/ValueObject.cpp')
-rw-r--r--lldb/source/Core/ValueObject.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp
index 74e3c66a421..1bf33787294 100644
--- a/lldb/source/Core/ValueObject.cpp
+++ b/lldb/source/Core/ValueObject.cpp
@@ -3545,9 +3545,7 @@ ValueObject::LogValueObject (Log *log, const DumpValueObjectOptions& options)
void
ValueObject::Dump (Stream &s)
{
-
- ValueObjectPrinter printer(this,&s,DumpValueObjectOptions::DefaultOptions());
- printer.PrintValueObject();
+ Dump (s, DumpValueObjectOptions::DefaultOptions());
}
void
OpenPOWER on IntegriCloud