summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Baton.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-06-21 20:47:20 +0000
committerGreg Clayton <gclayton@apple.com>2011-06-21 20:47:20 +0000
commitc1869a5ee169f8a1541e3e1cdf973a0128968418 (patch)
tree58eebf9cbf2c2d3b5e20b85294f0ae7a77a7ecc3 /lldb/source/Core/Baton.cpp
parente5acb84e636b1728175a5cb86b874718d336317f (diff)
downloadbcm5719-llvm-c1869a5ee169f8a1541e3e1cdf973a0128968418.tar.gz
bcm5719-llvm-c1869a5ee169f8a1541e3e1cdf973a0128968418.zip
Don't print out the baton pointer value for simple Baton classes.
llvm-svn: 133541
Diffstat (limited to 'lldb/source/Core/Baton.cpp')
-rw-r--r--lldb/source/Core/Baton.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Core/Baton.cpp b/lldb/source/Core/Baton.cpp
index 103e2e0ef0c..8bed01be883 100644
--- a/lldb/source/Core/Baton.cpp
+++ b/lldb/source/Core/Baton.cpp
@@ -21,5 +21,4 @@ using namespace lldb_private;
void
Baton::GetDescription (Stream *s, lldb::DescriptionLevel level) const
{
- s->Printf("baton: %p", m_data);
}
OpenPOWER on IntegriCloud